Uses of Class
com.mypurecloud.sdk.v2.model.WorkPlanShift
Packages that use WorkPlanShift
-
Uses of WorkPlanShift in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanShiftModifier and TypeMethodDescriptionWorkPlanShift.activities(List<WorkPlanActivity> activities) Activities configured for this shiftWorkPlanShift.constrainContiguousWorkTime(Boolean constrainContiguousWorkTime) Whether the contiguous time constraint for the shift is enabledWorkPlanShift.constrainDayOff(Boolean constrainDayOff) Whether day off rule is enabledWorkPlanShift.constrainEarliestStopTime(Boolean constrainEarliestStopTime) Whether the earliest stop time constraint for the shift is enabledWorkPlanShift.constrainLatestStopTime(Boolean constrainLatestStopTime) Whether the latest stop time constraint for the shift is enabledWorkPlanShift.constrainStopTime(Boolean constrainStopTime) Whether the latest stop time constraint for the shift is enabled.WorkPlanShift.dayOffRule(WorkPlanShift.DayOffRuleEnum dayOffRule) The day off rule for agents to have next day off or previous day off. used if constrainDayOff = trueWorkPlanShift.days(SetWrapperDayOfWeek days) Days of the week applicable for this shiftIf marked true for updating an existing shift, the shift will be permanently deletedWorkPlanShift.earliestStartTimeMinutesFromMidnight(Integer earliestStartTimeMinutesFromMidnight) Earliest start time of the shift defined as offset minutes from midnight.WorkPlanShift.earliestStopTimeMinutesFromMidnight(Integer earliestStopTimeMinutesFromMidnight) This is the earliest time a shift can endWorkPlanShift.exactPaidTimeMinutes(Integer exactPaidTimeMinutes) Exact paid time in minutes configured for the shift.WorkPlanShift.exactStartTimeMinutesFromMidnight(Integer exactStartTimeMinutesFromMidnight) Exact start time of the shift defined as offset minutes from midnight.WorkPlanShift.flexiblePaidTime(Boolean flexiblePaidTime) Whether the paid time setting for the shift is flexibleWorkPlanShift.flexibleStartTime(Boolean flexibleStartTime) Whether the start time of the shift is flexibleID of the shift.WorkPlanShift.latestStartTimeMinutesFromMidnight(Integer latestStartTimeMinutesFromMidnight) Latest start time of the shift defined as offset minutes from midnight.WorkPlanShift.latestStopTimeMinutesFromMidnight(Integer latestStopTimeMinutesFromMidnight) Latest stop time of the shift defined as offset minutes from midnight.WorkPlanShift.maximumContiguousWorkTimeMinutes(Integer maximumContiguousWorkTimeMinutes) Maximum contiguous time in minutes configured for the shift.WorkPlanShift.maximumPaidTimeMinutes(Integer maximumPaidTimeMinutes) Maximum paid time in minutes configured for the shift.WorkPlanShift.minimumContiguousWorkTimeMinutes(Integer minimumContiguousWorkTimeMinutes) Minimum contiguous time in minutes configured for the shift.WorkPlanShift.minimumPaidTimeMinutes(Integer minimumPaidTimeMinutes) Minimum paid time in minutes configured for the shift.Name of the shiftWorkPlanShift.planningPeriodConstraints(PlanningPeriodShiftConstraints planningPeriodConstraints) Planning period constraintsWorkPlanShift.startIncrementMinutes(Integer startIncrementMinutes) Increment in offset minutes that would contribute to different possible start times for the shift.WorkPlanShift.validationId(String validationId) ID of shift in the context of work plan validationMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkPlanShiftModifier and TypeMethodDescriptionWorkPlan.getShifts()WorkPlanListItemResponse.getShifts()WorkPlanValidationRequest.getShifts()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkPlanShiftModifier and TypeMethodDescriptionvoidWorkPlan.setShifts(List<WorkPlanShift> shifts) voidWorkPlanListItemResponse.setShifts(List<WorkPlanShift> shifts) voidWorkPlanValidationRequest.setShifts(List<WorkPlanShift> shifts) WorkPlan.shifts(List<WorkPlanShift> shifts) Shifts in this work planWorkPlanListItemResponse.shifts(List<WorkPlanShift> shifts) Shifts in this work plan.WorkPlanValidationRequest.shifts(List<WorkPlanShift> shifts) Shifts in this work plan