Uses of Class
com.mypurecloud.sdk.v2.model.CreateWorkPlanShift
Packages that use CreateWorkPlanShift
-
Uses of CreateWorkPlanShift in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateWorkPlanShiftModifier and TypeMethodDescriptionCreateWorkPlanShift.activities(List<CreateWorkPlanActivity> activities) Activities configured for this shiftCreateWorkPlanShift.constrainContiguousWorkTime(Boolean constrainContiguousWorkTime) Whether the contiguous time constraint for the shift is enabledCreateWorkPlanShift.constrainDayOff(Boolean constrainDayOff) Whether day off rule is enabledCreateWorkPlanShift.constrainEarliestStopTime(Boolean constrainEarliestStopTime) Whether the earliest stop time constraint for the shift is enabledCreateWorkPlanShift.constrainLatestStopTime(Boolean constrainLatestStopTime) Whether the latest stop time constraint for the shift is enabledCreateWorkPlanShift.constrainStopTime(Boolean constrainStopTime) Whether the latest stop time constraint for the shift is enabled.CreateWorkPlanShift.dayOffRule(CreateWorkPlanShift.DayOffRuleEnum dayOffRule) The day off rule for agents to have next day off or previous day off. used if constrainDayOff = trueCreateWorkPlanShift.days(SetWrapperDayOfWeek days) Days of the week applicable for this shiftCreateWorkPlanShift.earliestStartTimeMinutesFromMidnight(Integer earliestStartTimeMinutesFromMidnight) Earliest start time of the shift defined as offset minutes from midnight.CreateWorkPlanShift.earliestStopTimeMinutesFromMidnight(Integer earliestStopTimeMinutesFromMidnight) This is the earliest time a shift can endCreateWorkPlanShift.exactPaidTimeMinutes(Integer exactPaidTimeMinutes) Exact paid time in minutes configured for the shift.CreateWorkPlanShift.exactStartTimeMinutesFromMidnight(Integer exactStartTimeMinutesFromMidnight) Exact start time of the shift defined as offset minutes from midnight.CreateWorkPlanShift.flexiblePaidTime(Boolean flexiblePaidTime) Whether the paid time setting for the shift is flexibleCreateWorkPlanShift.flexibleStartTime(Boolean flexibleStartTime) Whether the start time of the shift is flexibleCreateWorkPlanShift.latestStartTimeMinutesFromMidnight(Integer latestStartTimeMinutesFromMidnight) Latest start time of the shift defined as offset minutes from midnight.CreateWorkPlanShift.latestStopTimeMinutesFromMidnight(Integer latestStopTimeMinutesFromMidnight) Latest stop time of the shift defined as offset minutes from midnight.CreateWorkPlanShift.maximumContiguousWorkTimeMinutes(Integer maximumContiguousWorkTimeMinutes) Maximum contiguous time in minutes configured for the shift.CreateWorkPlanShift.maximumPaidTimeMinutes(Integer maximumPaidTimeMinutes) Maximum paid time in minutes configured for the shift.CreateWorkPlanShift.minimumContiguousWorkTimeMinutes(Integer minimumContiguousWorkTimeMinutes) Minimum contiguous time in minutes configured for the shift.CreateWorkPlanShift.minimumPaidTimeMinutes(Integer minimumPaidTimeMinutes) Minimum paid time in minutes configured for the shift.Name of the shiftCreateWorkPlanShift.planningPeriodConstraints(PlanningPeriodShiftConstraints planningPeriodConstraints) Planning period constraintsCreateWorkPlanShift.startIncrementMinutes(Integer startIncrementMinutes) Increment in offset minutes that would contribute to different possible start times for the shift.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CreateWorkPlanShiftMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CreateWorkPlanShiftModifier and TypeMethodDescriptionvoidCreateWorkPlan.setShifts(List<CreateWorkPlanShift> shifts) CreateWorkPlan.shifts(List<CreateWorkPlanShift> shifts) Shifts in this work plan