Package com.mypurecloud.sdk.v2.model
Class AgentMuScheduleShift
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentMuScheduleShift
- All Implemented Interfaces:
Serializable
AgentMuScheduleShift
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivities(List<AgentScheduleShiftActivity> activities) The activities associated with this shiftbooleaninthashCode()lengthMinutes(Integer lengthMinutes) The length of the shift in minutesvoidsetActivities(List<AgentScheduleShiftActivity> activities) voidsetLengthMinutes(Integer lengthMinutes) voidsetStartOffsetMinutes(Integer startOffsetMinutes) startOffsetMinutes(Integer startOffsetMinutes) The start offset of the shift, relative to referenceStartDate at the top leveltoString()
-
Constructor Details
-
AgentMuScheduleShift
public AgentMuScheduleShift() -
AgentMuScheduleShift
-
-
Method Details
-
startOffsetMinutes
The start offset of the shift, relative to referenceStartDate at the top level -
getStartOffsetMinutes
-
setStartOffsetMinutes
-
lengthMinutes
The length of the shift in minutes -
getLengthMinutes
-
setLengthMinutes
-
activities
The activities associated with this shift -
getActivities
-
setActivities
-
equals
-
hashCode
public int hashCode() -
toString
-