Package com.mypurecloud.sdk.v2.model
Class BuUpdateAgentScheduleShift
java.lang.Object
com.mypurecloud.sdk.v2.model.BuUpdateAgentScheduleShift
- All Implemented Interfaces:
Serializable
BuUpdateAgentScheduleShift
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivities(List<BuAgentScheduleActivity> activities) The activities associated with this shiftSet to true to delete the shift from the agent's schedulebooleangetId()inthashCode()The ID of the shiftmanuallyEdited(Boolean manuallyEdited) Whether this shift was manually edited.voidsetActivities(List<BuAgentScheduleActivity> activities) voidvoidvoidsetManuallyEdited(Boolean manuallyEdited) voidsetWorkPlanId(ValueWrapperString workPlanId) voidsetWorkPlanShiftId(ValueWrapperString workPlanShiftId) toString()workPlanId(ValueWrapperString workPlanId) The ID of the work plan for which the work plan shift emanates fromworkPlanShiftId(ValueWrapperString workPlanShiftId) The ID of the work plan shift that was used in schedule generation
-
Constructor Details
-
BuUpdateAgentScheduleShift
public BuUpdateAgentScheduleShift() -
BuUpdateAgentScheduleShift
-
-
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
-
delete
Set to true to delete the shift from the agent's schedule -
getDelete
-
setDelete
-
equals
-
hashCode
public int hashCode() -
toString
-