Uses of Class
com.mypurecloud.sdk.v2.model.OAuthAuthorization
Packages that use OAuthAuthorization
-
Uses of OAuthAuthorization in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OAuthAuthorizationModifier and TypeMethodDescriptionOAuthApi.getOauthAuthorization(GetOauthAuthorizationRequest request) Get a client that is authorized by the resource ownerOAuthApi.getOauthAuthorization(String clientId, String acceptLanguage) Get a client that is authorized by the resource ownerMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OAuthAuthorizationModifier and TypeMethodDescriptionOAuthApi.getOauthAuthorization(ApiRequest<Void> request) Get a client that is authorized by the resource ownerOAuthApiAsync.getOauthAuthorizationAsync(GetOauthAuthorizationRequest request, AsyncApiCallback<OAuthAuthorization> callback) Get a client that is authorized by the resource ownerOAuthApiAsync.getOauthAuthorizationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthAuthorization>> callback) Get a client that is authorized by the resource ownerOAuthApi.getOauthAuthorizationWithHttpInfo(String clientId, String acceptLanguage) Get a client that is authorized by the resource ownerMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OAuthAuthorizationModifier and TypeMethodDescriptionOAuthApiAsync.getOauthAuthorizationAsync(GetOauthAuthorizationRequest request, AsyncApiCallback<OAuthAuthorization> callback) Get a client that is authorized by the resource ownerOAuthApiAsync.getOauthAuthorizationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthAuthorization>> callback) Get a client that is authorized by the resource owner -
Uses of OAuthAuthorization in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OAuthAuthorizationModifier and TypeMethodDescriptionOAuthAuthorization.client(OAuthClient client) OAuthAuthorization.createdBy(DomainEntityRef createdBy) OAuthAuthorization.dateCreated(Date dateCreated) Date time is represented as an ISO-8601 string.OAuthAuthorization.dateModified(Date dateModified) Date time is represented as an ISO-8601 string.OAuthAuthorization.modifiedBy(DomainEntityRef modifiedBy) OAuthAuthorization.resourceOwner(DomainEntityRef resourceOwner) OAuthAuthorization.state(OAuthAuthorization.StateEnum state) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type OAuthAuthorizationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type OAuthAuthorizationModifier and TypeMethodDescriptionOAuthAuthorizationListing.entities(List<OAuthAuthorization> entities) voidOAuthAuthorizationListing.setEntities(List<OAuthAuthorization> entities)