Uses of Class
overit.geocallapp.wfm.mobile.core.rs3.webresource.DTOWebResourceRequest
Packages that use DTOWebResourceRequest
-
Uses of DTOWebResourceRequest in overit.geocallapp.wfm.mobile.core.rs3.webresource
Methods in overit.geocallapp.wfm.mobile.core.rs3.webresource with parameters of type DTOWebResourceRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWebResourceURL> WebResourceService.getDownloadUrl(@Valid DTOWebResourceRequest request) Retrieve the URL and data required to perform the download of a certain web resourceorg.springframework.http.ResponseEntity<DTOWebResourceURL> WebResourceService.getUploadUrl(@Valid DTOWebResourceRequest request) Retrieve the URL and data required to perform an upload of a certain web resource.