Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOauthClientUsageSummaryRequest
Packages that use GetOauthClientUsageSummaryRequest
-
Uses of GetOauthClientUsageSummaryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOauthClientUsageSummaryRequestModifier and TypeMethodDescriptionOAuthApi.getOauthClientUsageSummary(GetOauthClientUsageSummaryRequest request) Get a summary of OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdUsageApi.getOauthClientUsageSummary(GetOauthClientUsageSummaryRequest request) Get a summary of OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdOAuthApiAsync.getOauthClientUsageSummaryAsync(GetOauthClientUsageSummaryRequest request, AsyncApiCallback<UsageExecutionResult> callback) Get a summary of OAuth client API usage After calling this method, you will then need to poll for the query results based on the returned execution IdUsageApiAsync.getOauthClientUsageSummaryAsync(GetOauthClientUsageSummaryRequest request, AsyncApiCallback<UsageExecutionResult> callback) Get a summary of 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 GetOauthClientUsageSummaryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOauthClientUsageSummaryRequestModifier and TypeMethodDescriptionGetOauthClientUsageSummaryRequest.Builder.build()GetOauthClientUsageSummaryRequest.withClientId(String clientId) GetOauthClientUsageSummaryRequest.withCustomHeader(String name, String value)