Uses of Class
com.mypurecloud.sdk.v2.model.OrganizationPublicApiUsageResultsResponse
Packages that use OrganizationPublicApiUsageResultsResponse
-
Uses of OrganizationPublicApiUsageResultsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OrganizationPublicApiUsageResultsResponseModifier and TypeMethodDescriptionUsageApi.getUsageAggregatesQueryJob(GetUsageAggregatesQueryJobRequest request) Get the status and results of the usage queryUsageApi.getUsageAggregatesQueryJob(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 OrganizationPublicApiUsageResultsResponseModifier and TypeMethodDescriptionUsageApi.getUsageAggregatesQueryJob(ApiRequest<Void> request) Get the status and results of the usage queryUsageApiAsync.getUsageAggregatesQueryJobAsync(GetUsageAggregatesQueryJobRequest request, AsyncApiCallback<OrganizationPublicApiUsageResultsResponse> callback) Get the status and results of the usage queryUsageApiAsync.getUsageAggregatesQueryJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrganizationPublicApiUsageResultsResponse>> callback) Get the status and results of the usage queryUsageApi.getUsageAggregatesQueryJobWithHttpInfo(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 OrganizationPublicApiUsageResultsResponseModifier and TypeMethodDescriptionUsageApiAsync.getUsageAggregatesQueryJobAsync(GetUsageAggregatesQueryJobRequest request, AsyncApiCallback<OrganizationPublicApiUsageResultsResponse> callback) Get the status and results of the usage queryUsageApiAsync.getUsageAggregatesQueryJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrganizationPublicApiUsageResultsResponse>> callback) Get the status and results of the usage query -
Uses of OrganizationPublicApiUsageResultsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationPublicApiUsageResultsResponseModifier and TypeMethodDescriptionOrganizationPublicApiUsageResultsResponse.entities(List<OrganizationPublicApiUsage> entities) The results of the query.The reason for the failure.The uri to get the next set of results.OrganizationPublicApiUsageResultsResponse.queryStatus(OrganizationPublicApiUsageResultsResponse.QueryStatusEnum queryStatus) The status of the query.