Uses of Class
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.reason.DTOImmediateSchedulingExclusionReason
Packages that use DTOImmediateSchedulingExclusionReason
Package
Description
-
Uses of DTOImmediateSchedulingExclusionReason in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.reason
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.reason that return types with arguments of type DTOImmediateSchedulingExclusionReasonModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingExclusionReason> ImmediateSchedulingExclusionReasonService.get(Long emergencyResponseExclusionReasonId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingExclusionReason>> ImmediateSchedulingExclusionReasonService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingExclusionReasonFilter filter)