Class WebResourcesApi
java.lang.Object
overit.geocallapp.wfm.cee.CeeBaseClient
overit.geocallapp.wfm.cee.rs1.webresources.WebResourcesApi
RestClient for CEE Web resource
- Since:
- 18.0
-
Field Summary
Fields inherited from class overit.geocallapp.wfm.cee.CeeBaseClient
notExplodedParameterSerializer -
Constructor Summary
ConstructorsConstructorDescriptionWebResourcesApi(overit.geocall.spring.serializer.NotExplodedParameterSerializer<Object> notExplodedParameterSerializer) Constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns the presigned URL from ObjectKey..Methods inherited from class overit.geocallapp.wfm.cee.CeeBaseClient
getConfig
-
Constructor Details
-
WebResourcesApi
@Autowired public WebResourcesApi(overit.geocall.spring.serializer.NotExplodedParameterSerializer<Object> notExplodedParameterSerializer) Constructor- Parameters:
notExplodedParameterSerializer- the not exploded parameter serializer
-
-
Method Details
-
webResourceGetPresignedURL
Returns the presigned URL from ObjectKey..- Parameters:
filter- theDTOWebResourceInput- Returns:
- the presigned URL from obj key
-