Uses of Class
com.mypurecloud.sdk.v2.model.OAuthScopeListing
Packages that use OAuthScopeListing
-
Uses of OAuthScopeListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OAuthScopeListingModifier and TypeMethodDescriptionOAuthApi.getOauthScopes(GetOauthScopesRequest request) The list of OAuth scopesOAuthApi.getOauthScopes(String acceptLanguage) The list of OAuth scopesMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OAuthScopeListingModifier and TypeMethodDescriptionOAuthApi.getOauthScopes(ApiRequest<Void> request) The list of OAuth scopesOAuthApiAsync.getOauthScopesAsync(GetOauthScopesRequest request, AsyncApiCallback<OAuthScopeListing> callback) The list of OAuth scopesOAuthApiAsync.getOauthScopesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthScopeListing>> callback) The list of OAuth scopesOAuthApi.getOauthScopesWithHttpInfo(String acceptLanguage) The list of OAuth scopesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OAuthScopeListingModifier and TypeMethodDescriptionOAuthApiAsync.getOauthScopesAsync(GetOauthScopesRequest request, AsyncApiCallback<OAuthScopeListing> callback) The list of OAuth scopesOAuthApiAsync.getOauthScopesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthScopeListing>> callback) The list of OAuth scopes -
Uses of OAuthScopeListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OAuthScopeListing