Uses of Class
com.mypurecloud.sdk.v2.api.request.PostOauthClientUsageQueryRequest
Packages that use PostOauthClientUsageQueryRequest
-
Uses of PostOauthClientUsageQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostOauthClientUsageQueryRequestModifier and TypeMethodDescriptionOAuthApi.postOauthClientUsageQuery(PostOauthClientUsageQueryRequest 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(PostOauthClientUsageQueryRequest 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(PostOauthClientUsageQueryRequest request, AsyncApiCallback<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(PostOauthClientUsageQueryRequest request, AsyncApiCallback<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 PostOauthClientUsageQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostOauthClientUsageQueryRequestModifier and TypeMethodDescriptionPostOauthClientUsageQueryRequest.Builder.build()PostOauthClientUsageQueryRequest.withBody(ApiUsageClientQuery body) PostOauthClientUsageQueryRequest.withClientId(String clientId) PostOauthClientUsageQueryRequest.withCustomHeader(String name, String value)