Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalAdherenceQuery
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceQuery
- All Implemented Interfaces:
Serializable
WfmHistoricalAdherenceQuery
- 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) voidsetTeamIds(List<String> teamIds) voidsetTimeZone(String timeZone) voidsetUserIds(List<String> userIds) Beginning of the date range to query in ISO-8601 formatThe teamIds to report on.The time zone, in olson format, to use in defining days when computing adherence.toString()The userIds to report on.
-
Constructor Details
-
WfmHistoricalAdherenceQuery
public WfmHistoricalAdherenceQuery() -
WfmHistoricalAdherenceQuery
-
-
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
-
teamIds
The teamIds to report on. If null or not set, adherence will be computed for requested users if applicable or otherwise all users in the management unit. Note: If teamIds is also specified, only adherence for users in the requested teams will be returned -
getTeamIds
-
setTeamIds
-
equals
-
hashCode
public int hashCode() -
toString
-