Uses of Class
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceQuery
Packages that use WfmHistoricalAdherenceQuery
Package
Description
-
Uses of WfmHistoricalAdherenceQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WfmHistoricalAdherenceQueryModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitHistoricaladherencequery(String managementUnitId, WfmHistoricalAdherenceQuery body) Request a historical adherence report The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = trueWorkforceManagementApi.postWorkforcemanagementManagementunitHistoricaladherencequeryWithHttpInfo(String managementUnitId, WfmHistoricalAdherenceQuery body) Request a historical adherence report The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = trueMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WfmHistoricalAdherenceQueryModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitHistoricaladherencequery(ApiRequest<WfmHistoricalAdherenceQuery> request) Request a historical adherence report The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = trueWorkforceManagementApiAsync.postWorkforcemanagementManagementunitHistoricaladherencequeryAsync(ApiRequest<WfmHistoricalAdherenceQuery> request, AsyncApiCallback<ApiResponse<WfmHistoricalAdherenceResponse>> callback) Request a historical adherence report The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = true -
Uses of WfmHistoricalAdherenceQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WfmHistoricalAdherenceQueryModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitHistoricaladherencequeryRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WfmHistoricalAdherenceQueryModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitHistoricaladherencequeryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type WfmHistoricalAdherenceQueryModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitHistoricaladherencequeryRequest.builder(String managementUnitId, WfmHistoricalAdherenceQuery body) voidPostWorkforcemanagementManagementunitHistoricaladherencequeryRequest.setBody(WfmHistoricalAdherenceQuery body) PostWorkforcemanagementManagementunitHistoricaladherencequeryRequest.Builder.withBody(WfmHistoricalAdherenceQuery body) PostWorkforcemanagementManagementunitHistoricaladherencequeryRequest.withBody(WfmHistoricalAdherenceQuery body) PostWorkforcemanagementManagementunitHistoricaladherencequeryRequest.Builder.withRequiredParams(String managementUnitId, WfmHistoricalAdherenceQuery body) -
Uses of WfmHistoricalAdherenceQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WfmHistoricalAdherenceQueryModifier and TypeMethodDescriptionEnd of the date range to query in ISO-8601 format.WfmHistoricalAdherenceQuery.includeExceptions(Boolean includeExceptions) Whether user exceptions should be returned as part of the resultsBeginning of the date range to query in ISO-8601 formatThe teamIds to report on.The time zone, in olson format, to use in defining days when computing adherence.The userIds to report on.