Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalAdherenceBulkResult
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceBulkResult
- All Implemented Interfaces:
Serializable
WfmHistoricalAdherenceBulkResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd of the date range for this result in ISO-8601 formatbooleaninthashCode()lookupIdToSecondaryPresenceId(Map<String, String> lookupIdToSecondaryPresenceId) Map of secondary presence lookup ID to corresponding secondary presence IDmanagementUnitId(String managementUnitId) The ID of the management unit for this resultvoidsetEndDate(Date endDate) voidsetLookupIdToSecondaryPresenceId(Map<String, String> lookupIdToSecondaryPresenceId) voidsetManagementUnitId(String managementUnitId) voidsetStartDate(Date startDate) voidsetUserResults(List<WfmHistoricalAdherenceBulkUserResult> userResults) Beginning of the date range for this result in ISO-8601 formattoString()userResults(List<WfmHistoricalAdherenceBulkUserResult> userResults) The individual results for each user
-
Constructor Details
-
WfmHistoricalAdherenceBulkResult
public WfmHistoricalAdherenceBulkResult() -
WfmHistoricalAdherenceBulkResult
-
-
Method Details
-
startDate
Beginning of the date range for this result in ISO-8601 format -
getStartDate
-
setStartDate
-
endDate
End of the date range for this result in ISO-8601 format -
getEndDate
-
setEndDate
-
managementUnitId
The ID of the management unit for this result -
getManagementUnitId
-
setManagementUnitId
-
userResults
public WfmHistoricalAdherenceBulkResult userResults(List<WfmHistoricalAdherenceBulkUserResult> userResults) The individual results for each user -
getUserResults
-
setUserResults
-
lookupIdToSecondaryPresenceId
public WfmHistoricalAdherenceBulkResult lookupIdToSecondaryPresenceId(Map<String, String> lookupIdToSecondaryPresenceId) Map of secondary presence lookup ID to corresponding secondary presence ID -
getLookupIdToSecondaryPresenceId
-
setLookupIdToSecondaryPresenceId
-
equals
-
hashCode
public int hashCode() -
toString
-