Uses of Class
com.mypurecloud.sdk.v2.model.ClientPublicApiUsageResultsResponse
Packages that use ClientPublicApiUsageResultsResponse
-
Uses of ClientPublicApiUsageResultsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ClientPublicApiUsageResultsResponseModifier and TypeMethodDescriptionUsageApi.getUsageClientClientIdAggregatesQueryJob(GetUsageClientClientIdAggregatesQueryJobRequest request) Get the status and results of the usage queryUsageApi.getUsageClientClientIdAggregatesQueryJob(String clientId, String jobId, Integer pageSize, String after) Get the status and results of the usage queryMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ClientPublicApiUsageResultsResponseModifier and TypeMethodDescriptionUsageApi.getUsageClientClientIdAggregatesQueryJob(ApiRequest<Void> request) Get the status and results of the usage queryUsageApiAsync.getUsageClientClientIdAggregatesQueryJobAsync(GetUsageClientClientIdAggregatesQueryJobRequest request, AsyncApiCallback<ClientPublicApiUsageResultsResponse> callback) Get the status and results of the usage queryUsageApiAsync.getUsageClientClientIdAggregatesQueryJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ClientPublicApiUsageResultsResponse>> callback) Get the status and results of the usage queryUsageApi.getUsageClientClientIdAggregatesQueryJobWithHttpInfo(String clientId, String jobId, Integer pageSize, String after) Get the status and results of the usage queryMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ClientPublicApiUsageResultsResponseModifier and TypeMethodDescriptionUsageApiAsync.getUsageClientClientIdAggregatesQueryJobAsync(GetUsageClientClientIdAggregatesQueryJobRequest request, AsyncApiCallback<ClientPublicApiUsageResultsResponse> callback) Get the status and results of the usage queryUsageApiAsync.getUsageClientClientIdAggregatesQueryJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ClientPublicApiUsageResultsResponse>> callback) Get the status and results of the usage query -
Uses of ClientPublicApiUsageResultsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ClientPublicApiUsageResultsResponseModifier and TypeMethodDescriptionClientPublicApiUsageResultsResponse.entities(List<ClientPublicApiUsage> entities) The results of the query.The reason for the failure.The uri to get the next set of results.ClientPublicApiUsageResultsResponse.queryStatus(ClientPublicApiUsageResultsResponse.QueryStatusEnum queryStatus) The status of the query.