Uses of Class
com.mypurecloud.sdk.v2.model.HistoricalAdherenceActuals
Packages that use HistoricalAdherenceActuals
-
Uses of HistoricalAdherenceActuals in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return HistoricalAdherenceActualsModifier and TypeMethodDescriptionHistoricalAdherenceActuals.actualActivityCategory(HistoricalAdherenceActuals.ActualActivityCategoryEnum actualActivityCategory) Activity in which the user is actually engagedHistoricalAdherenceActuals.actualSecondaryPresenceLookupId(String actualSecondaryPresenceLookupId) The lookup ID used to retrieve the actual secondary status from map of lookup ID to corresponding secondary presence IDHistoricalAdherenceActuals.endOffsetSeconds(Integer endOffsetSeconds) Actual end offset in seconds relative to query start timeHistoricalAdherenceActuals.startOffsetSeconds(Integer startOffsetSeconds) Actual start offset in seconds relative to query start timeMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type HistoricalAdherenceActualsModifier and TypeMethodDescriptionHistoricalAdherenceQueryResult.getActuals()WfmAgentHistoricalAdherenceResult.getActuals()WfmHistoricalAdherenceBulkUserResult.getActuals()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type HistoricalAdherenceActualsModifier and TypeMethodDescriptionHistoricalAdherenceQueryResult.actuals(List<HistoricalAdherenceActuals> actuals) List of actual activity with offset for this userWfmAgentHistoricalAdherenceResult.actuals(List<HistoricalAdherenceActuals> actuals) List of actual activity with offset for this userWfmHistoricalAdherenceBulkUserResult.actuals(List<HistoricalAdherenceActuals> actuals) List of adherence actuals for this uservoidHistoricalAdherenceQueryResult.setActuals(List<HistoricalAdherenceActuals> actuals) voidWfmAgentHistoricalAdherenceResult.setActuals(List<HistoricalAdherenceActuals> actuals) voidWfmHistoricalAdherenceBulkUserResult.setActuals(List<HistoricalAdherenceActuals> actuals)