Uses of Class
overit.geocallapp.wfm.resources.rs1.resource.DTOResource
Packages that use DTOResource
-
Uses of DTOResource in overit.geocallapp.wfm.resources.rs1.resource
Methods in overit.geocallapp.wfm.resources.rs1.resource that return types with arguments of type DTOResourceModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResource> ResourceService.get(Long id, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOResource>> ResourceService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOResourceFilter filter)