Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalAdherenceQueryForAgent
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceQueryForAgent
- All Implemented Interfaces:
Serializable
WfmHistoricalAdherenceQueryForAgent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd of the date range to query in ISO-8601 format.booleaninthashCode()voidsetEndDate(Date endDate) voidsetStartDate(Date startDate) voidsetTimeZone(String timeZone) Beginning of the date range to query in ISO-8601 formatThe time zone, in olson format, to use in defining days when computing adherence.toString()
-
Constructor Details
-
WfmHistoricalAdherenceQueryForAgent
public WfmHistoricalAdherenceQueryForAgent() -
WfmHistoricalAdherenceQueryForAgent
-
-
Method Details
-
startDate
Beginning of the date range to query in ISO-8601 format -
getStartDate
-
setStartDate
-
endDate
End of the date range to query in ISO-8601 format. If it is not set, end date will be set to current time -
getEndDate
-
setEndDate
-
timeZone
The time zone, in olson format, to use in defining days when computing adherence. The results will be returned as UTC timestamps regardless of the time zone input. -
getTimeZone
-
setTimeZone
-
equals
-
hashCode
public int hashCode() -
toString
-