Uses of Class
com.mypurecloud.sdk.v2.model.ClientPublicApiUsageQueryRequest
Packages that use ClientPublicApiUsageQueryRequest
Package
Description
-
Uses of ClientPublicApiUsageQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ClientPublicApiUsageQueryRequestModifier and TypeMethodDescriptionUsageApi.postUsageClientClientIdAggregatesQueryJobs(String clientId, ClientPublicApiUsageQueryRequest body) 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 ClientPublicApiUsageQueryRequestModifier and TypeMethodDescriptionUsageApi.postUsageClientClientIdAggregatesQueryJobs(ApiRequest<ClientPublicApiUsageQueryRequest> request) 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 ClientPublicApiUsageQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ClientPublicApiUsageQueryRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ClientPublicApiUsageQueryRequestModifier and TypeMethodDescriptionPostUsageClientClientIdAggregatesQueryJobsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ClientPublicApiUsageQueryRequestModifier and TypeMethodDescriptionPostUsageClientClientIdAggregatesQueryJobsRequest.builder(String clientId, ClientPublicApiUsageQueryRequest body) voidPostUsageClientClientIdAggregatesQueryJobsRequest.setBody(ClientPublicApiUsageQueryRequest body) PostUsageClientClientIdAggregatesQueryJobsRequest.Builder.withBody(ClientPublicApiUsageQueryRequest body) PostUsageClientClientIdAggregatesQueryJobsRequest.withBody(ClientPublicApiUsageQueryRequest body) PostUsageClientClientIdAggregatesQueryJobsRequest.Builder.withRequiredParams(String clientId, ClientPublicApiUsageQueryRequest body) -
Uses of ClientPublicApiUsageQueryRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ClientPublicApiUsageQueryRequestModifier and TypeMethodDescriptionClientPublicApiUsageQueryRequest.granularity(ClientPublicApiUsageQueryRequest.GranularityEnum granularity) Specify the granularity to aggregate the data to.ClientPublicApiUsageQueryRequest.groupBy(List<ClientPublicApiUsageQueryRequest.GroupByEnum> groupBy) Specify how to aggregate the data (by default the data is not aggregated).ClientPublicApiUsageQueryRequest.httpMethods(List<ClientPublicApiUsageQueryRequest.HttpMethodsEnum> httpMethods) Specify if you only want a subset of httpMethods represented in the query.Specify the interval to query on.ClientPublicApiUsageQueryRequest.metrics(List<ClientPublicApiUsageQueryRequest.MetricsEnum> metrics) Specify which metrics you want returned (all will be returned by default).ClientPublicApiUsageQueryRequest.organizationIds(List<String> organizationIds) Specify if you only want a subset of organizationIds represented in the query.Specify if you only want a subset of platforms represented in the query.ClientPublicApiUsageQueryRequest.sortBy(List<UsageQuerySortBy> sortBy) Specify how to sort the returned data.ClientPublicApiUsageQueryRequest.templateUris(List<String> templateUris) Specify if you only want a subset of templateUris represented in the query.