Uses of Class
com.mypurecloud.sdk.v2.model.ClientUsageQueryResponse
Packages that use ClientUsageQueryResponse
-
Uses of ClientUsageQueryResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ClientUsageQueryResponseModifier and TypeMethodDescriptionUsageApi.postUsageClientClientIdAggregatesQueryJobs(PostUsageClientClientIdAggregatesQueryJobsRequest request) Query your client's public api usage.UsageApi.postUsageClientClientIdAggregatesQueryJobs(String clientId, ClientPublicApiUsageQueryRequest body) Query your client's public api usage.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ClientUsageQueryResponseModifier and TypeMethodDescriptionUsageApi.postUsageClientClientIdAggregatesQueryJobs(ApiRequest<ClientPublicApiUsageQueryRequest> request) Query your client's public api usage.UsageApiAsync.postUsageClientClientIdAggregatesQueryJobsAsync(PostUsageClientClientIdAggregatesQueryJobsRequest request, AsyncApiCallback<ClientUsageQueryResponse> callback) Query your client's public api usage.UsageApiAsync.postUsageClientClientIdAggregatesQueryJobsAsync(ApiRequest<ClientPublicApiUsageQueryRequest> request, AsyncApiCallback<ApiResponse<ClientUsageQueryResponse>> callback) Query your client's public api usage.UsageApi.postUsageClientClientIdAggregatesQueryJobsWithHttpInfo(String clientId, ClientPublicApiUsageQueryRequest body) Query your client's public api usage.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ClientUsageQueryResponseModifier and TypeMethodDescriptionUsageApiAsync.postUsageClientClientIdAggregatesQueryJobsAsync(PostUsageClientClientIdAggregatesQueryJobsRequest request, AsyncApiCallback<ClientUsageQueryResponse> callback) Query your client's public api usage.UsageApiAsync.postUsageClientClientIdAggregatesQueryJobsAsync(ApiRequest<ClientPublicApiUsageQueryRequest> request, AsyncApiCallback<ApiResponse<ClientUsageQueryResponse>> callback) Query your client's public api usage. -
Uses of ClientUsageQueryResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ClientUsageQueryResponseModifier and TypeMethodDescriptionThe jobId of the query.ClientUsageQueryResponse.resultsUri(String resultsUri) The uri to get the results.