Uses of Class
com.mypurecloud.sdk.v2.model.BuQueryAdherenceExplanationsResponse
Packages that use BuQueryAdherenceExplanationsResponse
-
Uses of BuQueryAdherenceExplanationsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BuQueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest request) Query adherence explanations across an entire business unit for the requested periodWorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(String businessUnitId, BuQueryAdherenceExplanationsRequest body, Boolean forceAsync, Boolean forceDownloadService) Query adherence explanations across an entire business unit for the requested periodMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BuQueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(ApiRequest<BuQueryAdherenceExplanationsRequest> request) Query adherence explanations across an entire business unit for the requested periodWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryAsync(PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest request, AsyncApiCallback<BuQueryAdherenceExplanationsResponse> callback) Query adherence explanations across an entire business unit for the requested periodWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryAsync(ApiRequest<BuQueryAdherenceExplanationsRequest> request, AsyncApiCallback<ApiResponse<BuQueryAdherenceExplanationsResponse>> callback) Query adherence explanations across an entire business unit for the requested periodWorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryWithHttpInfo(String businessUnitId, BuQueryAdherenceExplanationsRequest body, Boolean forceAsync, Boolean forceDownloadService) Query adherence explanations across an entire business unit for the requested periodMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuQueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryAsync(PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest request, AsyncApiCallback<BuQueryAdherenceExplanationsResponse> callback) Query adherence explanations across an entire business unit for the requested periodWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryAsync(ApiRequest<BuQueryAdherenceExplanationsRequest> request, AsyncApiCallback<ApiResponse<BuQueryAdherenceExplanationsResponse>> callback) Query adherence explanations across an entire business unit for the requested period -
Uses of BuQueryAdherenceExplanationsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuQueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionBuQueryAdherenceExplanationsResponse.downloadUrl(String downloadUrl) The URL from which to download the result.BuQueryAdherenceExplanationsResponse.job(AdherenceExplanationJobReference job) The asynchronous job handling the queryBuQueryAdherenceExplanationsResponse.result(AdherenceExplanationListingBuQueryResponse result) The result of the query.