Uses of Class
com.mypurecloud.sdk.v2.model.HistoricalAdherenceQueryResult
Packages that use HistoricalAdherenceQueryResult
-
Uses of HistoricalAdherenceQueryResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return HistoricalAdherenceQueryResultModifier and TypeMethodDescriptionHistoricalAdherenceQueryResult.actuals(List<HistoricalAdherenceActuals> actuals) List of actual activity with offset for this userHistoricalAdherenceQueryResult.actualsEndDate(Date actualsEndDate) The end date of the actual activities in ISO-8601 format.HistoricalAdherenceQueryResult.adherencePercentage(Double adherencePercentage) Adherence percentage for this user, in the scale of 0 - 100HistoricalAdherenceQueryResult.conformancePercentage(Double conformancePercentage) Conformance percentage for this user, in the scale of 0 - 100.HistoricalAdherenceQueryResult.dayMetrics(List<HistoricalAdherenceDayMetrics> dayMetrics) Adherence and conformance metrics for days in query rangeEnd of the date range that was queried, in ISO-8601 format.HistoricalAdherenceQueryResult.exceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) List of adherence exceptions for this userHistoricalAdherenceQueryResult.impact(HistoricalAdherenceQueryResult.ImpactEnum impact) The impact of the current adherence state for this userHistoricalAdherenceQueryResult.managementUnitId(String managementUnitId) The ID of the management unit of the user for whom the adherence is queriedBeginning of the date range that was queried, in ISO-8601 formatThe ID of the user for whom the adherence is queriedMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type HistoricalAdherenceQueryResultMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type HistoricalAdherenceQueryResultModifier and TypeMethodDescriptionWfmHistoricalAdherenceResultWrapper.data(List<HistoricalAdherenceQueryResult> data) The list of historical adherence query resultsvoidWfmHistoricalAdherenceResultWrapper.setData(List<HistoricalAdherenceQueryResult> data)