Uses of Class
com.mypurecloud.sdk.v2.api.request.PostUsageQueryRequest
Packages that use PostUsageQueryRequest
-
Uses of PostUsageQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostUsageQueryRequestModifier and TypeMethodDescriptionUsageApi.postUsageQuery(PostUsageQueryRequest request) Query organization API Usage - After calling this method, you will then need to poll for the query results based on the returned execution IdUsageApiAsync.postUsageQueryAsync(PostUsageQueryRequest request, AsyncApiCallback<UsageExecutionResult> callback) Query organization API Usage - After calling this method, you will then need to poll for the query results based on the returned execution Id -
Uses of PostUsageQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostUsageQueryRequestModifier and TypeMethodDescriptionPostUsageQueryRequest.Builder.build()PostUsageQueryRequest.withBody(ApiUsageOrganizationQuery body) PostUsageQueryRequest.withCustomHeader(String name, String value)