Uses of Class
com.mypurecloud.sdk.v2.model.ScheduleGenerationWarning
Packages that use ScheduleGenerationWarning
-
Uses of ScheduleGenerationWarning in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleGenerationWarningModifier and TypeMethodDescriptionScheduleGenerationWarning.noNeedDays(List<ScheduleGenerationWarning.NoNeedDaysEnum> noNeedDays) Days agent was scheduled but there was no need to meet.ScheduleGenerationWarning.shiftsTooCloseTogether(Boolean shiftsTooCloseTogether) Whether the schedule did not meet the minimum time between shifts defined in the agent work planScheduleGenerationWarning.unableToMeetMaxDays(Boolean unableToMeetMaxDays) Whether the number of scheduled days exceeded the maximum days to schedule defined in the agent work planScheduleGenerationWarning.unableToMeetMaxPaidForTheWeek(Boolean unableToMeetMaxPaidForTheWeek) Whether the schedule exceeded the maximum paid time for the week defined in the agent work planScheduleGenerationWarning.unableToMeetMinPaidForTheWeek(Boolean unableToMeetMinPaidForTheWeek) Whether the schedule did not meet the minimum paid time for the week defined in the agent work planScheduleGenerationWarning.unableToScheduleRequiredDays(List<ScheduleGenerationWarning.UnableToScheduleRequiredDaysEnum> unableToScheduleRequiredDays) Days indicated as required to work in agent work plan where no viable shift was found to scheduleID of the user in the warningScheduleGenerationWarning.userNotLicensed(Boolean userNotLicensed) Whether the user does not have the appropriate license to be scheduledMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ScheduleGenerationWarningMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ScheduleGenerationWarningModifier and TypeMethodDescriptionWeekScheduleGenerationResult.agentWarnings(List<ScheduleGenerationWarning> agentWarnings) Warning messages from the schedule run.voidWeekScheduleGenerationResult.setAgentWarnings(List<ScheduleGenerationWarning> agentWarnings)