Uses of Class
com.mypurecloud.sdk.v2.model.QueryAdherenceExplanationsResponse
Packages that use QueryAdherenceExplanationsResponse
-
Uses of QueryAdherenceExplanationsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return QueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAdherenceExplanationsQuery(PostWorkforcemanagementAdherenceExplanationsQueryRequest request) Query adherence explanations for the current userWorkforceManagementApi.postWorkforcemanagementAdherenceExplanationsQuery(AgentQueryAdherenceExplanationsRequest body, Boolean forceAsync, Boolean forceDownloadService) Query adherence explanations for the current userMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type QueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAdherenceExplanationsQuery(ApiRequest<AgentQueryAdherenceExplanationsRequest> request) Query adherence explanations for the current userWorkforceManagementApiAsync.postWorkforcemanagementAdherenceExplanationsQueryAsync(PostWorkforcemanagementAdherenceExplanationsQueryRequest request, AsyncApiCallback<QueryAdherenceExplanationsResponse> callback) Query adherence explanations for the current userWorkforceManagementApiAsync.postWorkforcemanagementAdherenceExplanationsQueryAsync(ApiRequest<AgentQueryAdherenceExplanationsRequest> request, AsyncApiCallback<ApiResponse<QueryAdherenceExplanationsResponse>> callback) Query adherence explanations for the current userWorkforceManagementApi.postWorkforcemanagementAdherenceExplanationsQueryWithHttpInfo(AgentQueryAdherenceExplanationsRequest body, Boolean forceAsync, Boolean forceDownloadService) Query adherence explanations for the current userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type QueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementAdherenceExplanationsQueryAsync(PostWorkforcemanagementAdherenceExplanationsQueryRequest request, AsyncApiCallback<QueryAdherenceExplanationsResponse> callback) Query adherence explanations for the current userWorkforceManagementApiAsync.postWorkforcemanagementAdherenceExplanationsQueryAsync(ApiRequest<AgentQueryAdherenceExplanationsRequest> request, AsyncApiCallback<ApiResponse<QueryAdherenceExplanationsResponse>> callback) Query adherence explanations for the current user -
Uses of QueryAdherenceExplanationsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueryAdherenceExplanationsResponseModifier and TypeMethodDescriptionQueryAdherenceExplanationsResponse.downloadUrl(String downloadUrl) The URL from which to download the result.QueryAdherenceExplanationsResponse.job(AdherenceExplanationJobReference job) The asynchronous job handling the queryQueryAdherenceExplanationsResponse.result(AdherenceExplanationListing result) The result of the query.