Uses of Class
overit.geocallapp.wfm.resources.rs1.resourceaddress.DTOResourceAddress
Packages that use DTOResourceAddress
-
Uses of DTOResourceAddress in overit.geocallapp.wfm.resources.rs1.resourceaddress
Methods in overit.geocallapp.wfm.resources.rs1.resourceaddress that return types with arguments of type DTOResourceAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceAddress> ResourceAddressService.get(Long resourceId, Long addressId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOResourceAddress>> ResourceAddressService.getCollection(Long resourceId, @Valid Page page, Collection<String> fields, @Valid DTOResourceAddressFilter filter)