Uses of Class
com.mypurecloud.sdk.v2.model.DailyPossibleShift
Packages that use DailyPossibleShift
-
Uses of DailyPossibleShift in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DailyPossibleShiftModifier and TypeMethodDescriptionDailyPossibleShift.dayOfWeek(DailyPossibleShift.DayOfWeekEnum dayOfWeek) Day of the shiftDailyPossibleShift.earliestShiftStartMinutesFromMidnight(Integer earliestShiftStartMinutesFromMidnight) Minutes of the earliest shift start from midnight.DailyPossibleShift.intervalScheduleProbabilities(List<Integer> intervalScheduleProbabilities) The percentage of being scheduled in each interval between the earliest shift start and latest shift end.DailyPossibleShift.maximumPaidTimeMinutes(Integer maximumPaidTimeMinutes) Maximum paid time in minutes of this daily shiftDailyPossibleShift.minimumPaidTimeMinutes(Integer minimumPaidTimeMinutes) Minimum paid time in minutes of this daily shiftWhether this is a required shiftMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type DailyPossibleShiftMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DailyPossibleShiftModifier and TypeMethodDescriptionPossibleWorkShiftsForWeek.dailyPossibleShifts(List<DailyPossibleShift> dailyPossibleShifts) Daily shifts in this possible weekly shiftvoidPossibleWorkShiftsForWeek.setDailyPossibleShifts(List<DailyPossibleShift> dailyPossibleShifts)