Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalAdherenceBulkItem
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceBulkItem
- All Implemented Interfaces:
Serializable
WfmHistoricalAdherenceBulkItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd of the date range to query in ISO-8601 formatbooleaninthashCode()includeActuals(Boolean includeActuals) Whether user actual activities should be returned as part of the results.includeExceptions(Boolean includeExceptions) Whether user exceptions should be returned as part of the results.managementUnitId(String managementUnitId) The ID of the management unit to queryvoidsetEndDate(Date endDate) voidsetIncludeActuals(Boolean includeActuals) voidsetIncludeExceptions(Boolean includeExceptions) voidsetManagementUnitId(String managementUnitId) voidsetStartDate(Date startDate) voidsetUserIds(List<String> userIds) Beginning of the date range to query in ISO-8601 formattoString()The IDs of the users to query.
-
Constructor Details
-
WfmHistoricalAdherenceBulkItem
public WfmHistoricalAdherenceBulkItem() -
WfmHistoricalAdherenceBulkItem
-
-
Method Details
-
managementUnitId
The ID of the management unit to query -
getManagementUnitId
-
setManagementUnitId
-
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 -
getEndDate
-
setEndDate
-
userIds
The IDs of the users to query. If not included, will query every user in the management unit -
getUserIds
-
setUserIds
-
includeExceptions
Whether user exceptions should be returned as part of the results. Defaults to false if not specified. -
getIncludeExceptions
-
setIncludeExceptions
-
includeActuals
Whether user actual activities should be returned as part of the results. Defaults to false if not specified. -
getIncludeActuals
-
setIncludeActuals
-
equals
-
hashCode
public int hashCode() -
toString
-