Package com.mypurecloud.sdk.v2.model
Class BuManagementUnitScheduleSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.BuManagementUnitScheduleSummary
- All Implemented Interfaces:
Serializable
BuManagementUnitScheduleSummary
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentCount(Integer agentCount) The number of agents from this management unit that are in the scheduleagents(List<UserReference> agents) The agents in the management unit who are part of this schedule, or in schedule change notifications, the agents that were changed.The end of the schedule change in the management unit.booleaninthashCode()managementUnit(ManagementUnitReference managementUnit) The management unit to which this summary appliesvoidsetAgentCount(Integer agentCount) voidsetAgents(List<UserReference> agents) voidsetEndDate(Date endDate) voidsetManagementUnit(ManagementUnitReference managementUnit) voidsetStartDate(Date startDate) The start of the schedule change in the management unit.toString()
-
Constructor Details
-
BuManagementUnitScheduleSummary
public BuManagementUnitScheduleSummary() -
BuManagementUnitScheduleSummary
-
-
Method Details
-
managementUnit
The management unit to which this summary applies -
getManagementUnit
-
setManagementUnit
-
agentCount
The number of agents from this management unit that are in the schedule -
getAgentCount
-
setAgentCount
-
startDate
The start of the schedule change in the management unit. Only populated in schedule update notifications. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
endDate
The end of the schedule change in the management unit. Only populated in schedule update notifications. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndDate
-
setEndDate
-
agents
The agents in the management unit who are part of this schedule, or in schedule change notifications, the agents that were changed. Note this will come back as an empty list unless the appropriate expand query parameter is passed -
getAgents
-
setAgents
-
equals
-
hashCode
public int hashCode() -
toString
-