Uses of Class
overit.geocallapp.wfm.mobile.core.rs3.webresource.DTOWebResourceURL
Packages that use DTOWebResourceURL
-
Uses of DTOWebResourceURL in overit.geocallapp.wfm.mobile.core.rs3.webresource
Methods in overit.geocallapp.wfm.mobile.core.rs3.webresource that return types with arguments of type DTOWebResourceURLModifier 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.