Package com.mypurecloud.sdk.v2.model
Class AgentQueryAdherenceExplanationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentQueryAdherenceExplanationsRequest
- All Implemented Interfaces:
Serializable
AgentQueryAdherenceExplanationsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end date of the range to query.booleaninthashCode()voidsetEndDate(Date endDate) voidsetStartDate(Date startDate) The start date of the range to query.toString()
-
Constructor Details
-
AgentQueryAdherenceExplanationsRequest
public AgentQueryAdherenceExplanationsRequest() -
AgentQueryAdherenceExplanationsRequest
-
-
Method Details
-
startDate
The start date of the range to query. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
endDate
The end date of the range to query. 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
-