Package com.mypurecloud.sdk.v2.model
Class BuAgentScheduleShift
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAgentScheduleShift
- All Implemented Interfaces:
Serializable
BuAgentScheduleShift
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivities(List<BuAgentScheduleActivity> activities) The activities associated with this shiftbooleangetId()inthashCode()The ID of the shiftmanuallyEdited(Boolean manuallyEdited) Whether this shift was manually edited.voidsetActivities(List<BuAgentScheduleActivity> activities) voidvoidsetManuallyEdited(Boolean manuallyEdited) voidsetWorkPlanId(String workPlanId) voidsetWorkPlanShiftId(String workPlanShiftId) toString()workPlanId(String workPlanId) The ID of the work plan for which the work plan shift emanates fromworkPlanShiftId(String workPlanShiftId) The ID of the work plan shift that was used in schedule generation
-
Constructor Details
-
BuAgentScheduleShift
public BuAgentScheduleShift() -
BuAgentScheduleShift
-
-
Method Details
-
id
The ID of the shift -
getId
-
setId
-
getStartDate
-
getLengthMinutes
-
activities
The activities associated with this shift -
getActivities
-
setActivities
-
manuallyEdited
Whether this shift was manually edited. This is only set by clients and is used for rescheduling -
getManuallyEdited
-
setManuallyEdited
-
getSchedule
-
workPlanId
The ID of the work plan for which the work plan shift emanates from -
getWorkPlanId
-
setWorkPlanId
-
workPlanShiftId
The ID of the work plan shift that was used in schedule generation -
getWorkPlanShiftId
-
setWorkPlanShiftId
-
equals
-
hashCode
public int hashCode() -
toString
-