Uses of Class
com.mypurecloud.sdk.v2.model.OAuthAuthorizationListing
Packages that use OAuthAuthorizationListing
-
Uses of OAuthAuthorizationListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OAuthAuthorizationListingModifier and TypeMethodDescriptionOAuthApi.getOauthAuthorizations(GetOauthAuthorizationsRequest request) List clients that have been authorized, requested, or revoked by the resource ownerOAuthApi.getOauthAuthorizations(String acceptLanguage) List clients that have been authorized, requested, or revoked by the resource ownerMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OAuthAuthorizationListingModifier and TypeMethodDescriptionOAuthApi.getOauthAuthorizations(ApiRequest<Void> request) List clients that have been authorized, requested, or revoked by the resource ownerOAuthApiAsync.getOauthAuthorizationsAsync(GetOauthAuthorizationsRequest request, AsyncApiCallback<OAuthAuthorizationListing> callback) List clients that have been authorized, requested, or revoked by the resource ownerOAuthApiAsync.getOauthAuthorizationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthAuthorizationListing>> callback) List clients that have been authorized, requested, or revoked by the resource ownerOAuthApi.getOauthAuthorizationsWithHttpInfo(String acceptLanguage) List clients that have been authorized, requested, or revoked by the resource ownerMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OAuthAuthorizationListingModifier and TypeMethodDescriptionOAuthApiAsync.getOauthAuthorizationsAsync(GetOauthAuthorizationsRequest request, AsyncApiCallback<OAuthAuthorizationListing> callback) List clients that have been authorized, requested, or revoked by the resource ownerOAuthApiAsync.getOauthAuthorizationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthAuthorizationListing>> callback) List clients that have been authorized, requested, or revoked by the resource owner -
Uses of OAuthAuthorizationListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OAuthAuthorizationListingModifier and TypeMethodDescriptionOAuthAuthorizationListing.entities(List<OAuthAuthorization> entities)