Uses of Class
com.mypurecloud.sdk.v2.model.OrganizationPublicApiUsageQueryRequest
Packages that use OrganizationPublicApiUsageQueryRequest
Package
Description
-
Uses of OrganizationPublicApiUsageQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OrganizationPublicApiUsageQueryRequestModifier and TypeMethodDescriptionQuery your organization's public api usage.Query your organization's public api usage.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OrganizationPublicApiUsageQueryRequestModifier and TypeMethodDescriptionUsageApi.postUsageAggregatesQueryJobs(ApiRequest<OrganizationPublicApiUsageQueryRequest> request) Query your organization's public api usage.UsageApiAsync.postUsageAggregatesQueryJobsAsync(ApiRequest<OrganizationPublicApiUsageQueryRequest> request, AsyncApiCallback<ApiResponse<OrganizationUsageQueryResponse>> callback) Query your organization's public api usage. -
Uses of OrganizationPublicApiUsageQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OrganizationPublicApiUsageQueryRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OrganizationPublicApiUsageQueryRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type OrganizationPublicApiUsageQueryRequestModifier and TypeMethodDescriptionPostUsageAggregatesQueryJobsRequest.builder(OrganizationPublicApiUsageQueryRequest body) voidPostUsageAggregatesQueryJobsRequest.setBody(OrganizationPublicApiUsageQueryRequest body) PostUsageAggregatesQueryJobsRequest.Builder.withBody(OrganizationPublicApiUsageQueryRequest body) PostUsageAggregatesQueryJobsRequest.withBody(OrganizationPublicApiUsageQueryRequest body) PostUsageAggregatesQueryJobsRequest.Builder.withRequiredParams(OrganizationPublicApiUsageQueryRequest body) -
Uses of OrganizationPublicApiUsageQueryRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationPublicApiUsageQueryRequestModifier and TypeMethodDescriptionOrganizationPublicApiUsageQueryRequest.granularity(OrganizationPublicApiUsageQueryRequest.GranularityEnum granularity) Specify the granularity to aggregate the data to.OrganizationPublicApiUsageQueryRequest.groupBy(List<OrganizationPublicApiUsageQueryRequest.GroupByEnum> groupBy) Specify how to aggregate the data (by default the data is not aggregated).OrganizationPublicApiUsageQueryRequest.httpMethods(List<OrganizationPublicApiUsageQueryRequest.HttpMethodsEnum> httpMethods) Specify if you only want a subset of httpMethods represented in the query.Specify the interval to query on.OrganizationPublicApiUsageQueryRequest.metrics(List<OrganizationPublicApiUsageQueryRequest.MetricsEnum> metrics) Specify which metrics you want returned (all will be returned by default).OrganizationPublicApiUsageQueryRequest.oauthClientIds(List<String> oauthClientIds) Specify if you only want a subset of oauthClientIds represented in the query.Specify if you only want a subset of platforms represented in the query.OrganizationPublicApiUsageQueryRequest.sortBy(List<UsageQuerySortBy> sortBy) Specify how to sort the returned data.OrganizationPublicApiUsageQueryRequest.templateUris(List<String> templateUris) Specify if you only want a subset of templateUris represented in the query.Specify if you only want a subset of userIds represented in the query.