Uses of Class
com.mypurecloud.sdk.v2.model.ApiUsageClientQuery
Packages that use ApiUsageClientQuery
Package
Description
-
Uses of ApiUsageClientQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ApiUsageClientQueryModifier and TypeMethodDescriptionOAuthApi.postOauthClientUsageQuery(String clientId, ApiUsageClientQuery body) Query for OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdUsageApi.postOauthClientUsageQuery(String clientId, ApiUsageClientQuery body) Query for OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdOAuthApi.postOauthClientUsageQueryWithHttpInfo(String clientId, ApiUsageClientQuery body) Query for OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdUsageApi.postOauthClientUsageQueryWithHttpInfo(String clientId, ApiUsageClientQuery body) Query for OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ApiUsageClientQueryModifier and TypeMethodDescriptionOAuthApi.postOauthClientUsageQuery(ApiRequest<ApiUsageClientQuery> request) Query for OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdUsageApi.postOauthClientUsageQuery(ApiRequest<ApiUsageClientQuery> request) Query for OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdOAuthApiAsync.postOauthClientUsageQueryAsync(ApiRequest<ApiUsageClientQuery> request, AsyncApiCallback<ApiResponse<UsageExecutionResult>> callback) Query for OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdUsageApiAsync.postOauthClientUsageQueryAsync(ApiRequest<ApiUsageClientQuery> request, AsyncApiCallback<ApiResponse<UsageExecutionResult>> callback) Query for OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution Id -
Uses of ApiUsageClientQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ApiUsageClientQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ApiUsageClientQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ApiUsageClientQueryModifier and TypeMethodDescriptionPostOauthClientUsageQueryRequest.builder(String clientId, ApiUsageClientQuery body) voidPostOauthClientUsageQueryRequest.setBody(ApiUsageClientQuery body) PostOauthClientUsageQueryRequest.Builder.withBody(ApiUsageClientQuery body) PostOauthClientUsageQueryRequest.withBody(ApiUsageClientQuery body) PostOauthClientUsageQueryRequest.Builder.withRequiredParams(String clientId, ApiUsageClientQuery body) -
Uses of ApiUsageClientQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ApiUsageClientQueryModifier and TypeMethodDescriptionApiUsageClientQuery.granularity(ApiUsageClientQuery.GranularityEnum granularity) Date granularity of the resultsApiUsageClientQuery.groupBy(List<ApiUsageClientQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.ApiUsageClientQuery.metrics(List<ApiUsageClientQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.