Uses of Class
com.mypurecloud.sdk.v2.model.BuQueryAdherenceExplanationsRequest
Packages that use BuQueryAdherenceExplanationsRequest
Package
Description
-
Uses of BuQueryAdherenceExplanationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type BuQueryAdherenceExplanationsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(String businessUnitId, BuQueryAdherenceExplanationsRequest body, Boolean forceAsync, Boolean forceDownloadService) 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 BuQueryAdherenceExplanationsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(ApiRequest<BuQueryAdherenceExplanationsRequest> request) 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 BuQueryAdherenceExplanationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BuQueryAdherenceExplanationsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BuQueryAdherenceExplanationsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type BuQueryAdherenceExplanationsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest.builder(String businessUnitId, BuQueryAdherenceExplanationsRequest body) voidPostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest.setBody(BuQueryAdherenceExplanationsRequest body) PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest.Builder.withBody(BuQueryAdherenceExplanationsRequest body) PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest.withBody(BuQueryAdherenceExplanationsRequest body) PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest.Builder.withRequiredParams(String businessUnitId, BuQueryAdherenceExplanationsRequest body) -
Uses of BuQueryAdherenceExplanationsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuQueryAdherenceExplanationsRequestModifier and TypeMethodDescriptionA filter for which agents within the business unit to query.The end date of the range to query.BuQueryAdherenceExplanationsRequest.managementUnitIds(List<String> managementUnitIds) A filter for which management units to query.The start date of the range to query.