Package com.mypurecloud.sdk.v2.model
Class AgentMuScheduleQuery
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentMuScheduleQuery
- All Implemented Interfaces:
Serializable
AgentMuScheduleQuery
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end date for the range to query the schedule's for the agent's management unit.booleaninthashCode()voidsetEndDate(Date endDate) voidsetStartDate(Date startDate) The start date for the range to query the schedule's for the agent's management unit.toString()
-
Constructor Details
-
AgentMuScheduleQuery
public AgentMuScheduleQuery() -
AgentMuScheduleQuery
-
-
Method Details
-
startDate
The start date for the range to query the schedule's for the agent's management unit. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
endDate
The end date for the range to query the schedule's for the agent's management unit. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndDate
-
setEndDate
-
equals
-
hashCode
public int hashCode() -
toString
-