Uses of Class
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.DTOImmediateSchedulingConfiguration
Packages that use DTOImmediateSchedulingConfiguration
-
Uses of DTOImmediateSchedulingConfiguration in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration that return types with arguments of type DTOImmediateSchedulingConfigurationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingConfiguration> ImmediateSchedulingConfigurationService.get(Long emergencyResponseConfigurationId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingConfiguration>> ImmediateSchedulingConfigurationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingConfigurationFilter filter)