Package com.mypurecloud.sdk.v2.model
Class AgentScheduleShiftActivity
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentScheduleShiftActivity
- All Implemented Interfaces:
Serializable
AgentScheduleShiftActivity
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe activity category for which the agent is scheduled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCategory(AgentScheduleShiftActivity.ActivityCategoryEnum activityCategory) The activity category for which the agent is scheduledbooleaninthashCode()lengthMinutes(Integer lengthMinutes) The length of the activity in minutesvoidsetActivityCategory(AgentScheduleShiftActivity.ActivityCategoryEnum activityCategory) voidsetLengthMinutes(Integer lengthMinutes) voidsetStartOffsetMinutes(Integer startOffsetMinutes) startOffsetMinutes(Integer startOffsetMinutes) The start offset of the activity, relative to referenceStartDate at the top leveltoString()
-
Constructor Details
-
AgentScheduleShiftActivity
public AgentScheduleShiftActivity() -
AgentScheduleShiftActivity
-
-
Method Details
-
activityCategory
public AgentScheduleShiftActivity activityCategory(AgentScheduleShiftActivity.ActivityCategoryEnum activityCategory) The activity category for which the agent is scheduled -
getActivityCategory
-
setActivityCategory
-
startOffsetMinutes
The start offset of the activity, relative to referenceStartDate at the top level -
getStartOffsetMinutes
-
setStartOffsetMinutes
-
lengthMinutes
The length of the activity in minutes -
getLengthMinutes
-
setLengthMinutes
-
equals
-
hashCode
public int hashCode() -
toString
-