Uses of Class
com.mypurecloud.sdk.v2.model.HistoricalAdherenceExceptionInfo
Packages that use HistoricalAdherenceExceptionInfo
-
Uses of HistoricalAdherenceExceptionInfo in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return HistoricalAdherenceExceptionInfoModifier and TypeMethodDescriptionHistoricalAdherenceExceptionInfo.actualActivityCategory(HistoricalAdherenceExceptionInfo.ActualActivityCategoryEnum actualActivityCategory) Activity for which the user is actually engagedHistoricalAdherenceExceptionInfo.actualActivityCodeId(String actualActivityCodeId) The ID of the actual activity code for this userHistoricalAdherenceExceptionInfo.endOffsetSeconds(Integer endOffsetSeconds) Exception end offset in seconds relative to query start timeHistoricalAdherenceExceptionInfo.impact(HistoricalAdherenceExceptionInfo.ImpactEnum impact) The impact of the current adherence state for this userHistoricalAdherenceExceptionInfo.routingStatus(HistoricalAdherenceExceptionInfo.RoutingStatusEnum routingStatus) Actual underlying routing status, used to determine whether a user is actually in adherence when OnQueueHistoricalAdherenceExceptionInfo.scheduledActivityCategory(HistoricalAdherenceExceptionInfo.ScheduledActivityCategoryEnum scheduledActivityCategory) Activity for which the user is scheduledHistoricalAdherenceExceptionInfo.scheduledActivityCodeId(String scheduledActivityCodeId) The ID of the scheduled activity code for this userHistoricalAdherenceExceptionInfo.scheduledSecondaryPresenceLookupIds(List<String> scheduledSecondaryPresenceLookupIds) The lookup IDs used to retrieve the scheduled secondary statuses from map of lookup ID to corresponding secondary presence IDHistoricalAdherenceExceptionInfo.secondaryPresenceLookupId(String secondaryPresenceLookupId) The lookup ID used to retrieve the actual secondary status from map of lookup ID to corresponding secondary presence IDHistoricalAdherenceExceptionInfo.startOffsetSeconds(Integer startOffsetSeconds) Exception start offset in seconds relative to query start timeHistoricalAdherenceExceptionInfo.systemPresence(HistoricalAdherenceExceptionInfo.SystemPresenceEnum systemPresence) Actual underlying system presence valueMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type HistoricalAdherenceExceptionInfoModifier and TypeMethodDescriptionHistoricalAdherenceQueryResult.getExceptionInfo()WfmAgentHistoricalAdherenceResult.getExceptionInfo()WfmHistoricalAdherenceBulkUserResult.getExceptionInfo()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type HistoricalAdherenceExceptionInfoModifier and TypeMethodDescriptionHistoricalAdherenceQueryResult.exceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) List of adherence exceptions for this userWfmAgentHistoricalAdherenceResult.exceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) List of adherence exceptions for this userWfmHistoricalAdherenceBulkUserResult.exceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) List of adherence exceptions for this uservoidHistoricalAdherenceQueryResult.setExceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) voidWfmAgentHistoricalAdherenceResult.setExceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) voidWfmHistoricalAdherenceBulkUserResult.setExceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo)