Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalAdherenceQueryForTeams
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceQueryForTeams
- All Implemented Interfaces:
Serializable
WfmHistoricalAdherenceQueryForTeams
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd of the date range to query in ISO-8601 format.booleaninthashCode()includeExceptions(Boolean includeExceptions) Whether user exceptions should be returned as part of the resultsvoidsetEndDate(Date endDate) voidsetIncludeExceptions(Boolean includeExceptions) voidsetStartDate(Date startDate) voidsetTimeZone(String timeZone) voidsetUserIds(List<String> userIds) 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()The userIds to report on.
-
Constructor Details
-
WfmHistoricalAdherenceQueryForTeams
public WfmHistoricalAdherenceQueryForTeams() -
WfmHistoricalAdherenceQueryForTeams
-
-
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
-
userIds
The userIds to report on. If null or not set, adherence will be computed for all the users in management unit or requested teamIds -
getUserIds
-
setUserIds
-
includeExceptions
Whether user exceptions should be returned as part of the results -
getIncludeExceptions
-
setIncludeExceptions
-
equals
-
hashCode
public int hashCode() -
toString
-