Uses of Class
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing.DTOImmediateSchedulingLastProcessing
Packages that use DTOImmediateSchedulingLastProcessing
Package
Description
-
Uses of DTOImmediateSchedulingLastProcessing in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing that return types with arguments of type DTOImmediateSchedulingLastProcessingModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingLastProcessing> ImmediateSchedulingLastProcessingService.get(Long emergencyResponseLastProcessingId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingLastProcessing>> ImmediateSchedulingLastProcessingService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingLastProcessingFilter filter)