Uses of Enum Class
com.mypurecloud.sdk.v2.model.OAuthClient.AuthorizedGrantTypeEnum
Packages that use OAuthClient.AuthorizedGrantTypeEnum
-
Uses of OAuthClient.AuthorizedGrantTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OAuthClient.AuthorizedGrantTypeEnumModifier and TypeMethodDescriptionOAuthClient.AuthorizedGrantTypeEnum.fromString(String key) OAuthClient.getAuthorizedGrantType()Returns the enum constant of this class with the specified name.static OAuthClient.AuthorizedGrantTypeEnum[]OAuthClient.AuthorizedGrantTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type OAuthClient.AuthorizedGrantTypeEnumModifier and TypeMethodDescriptionOAuthClient.authorizedGrantType(OAuthClient.AuthorizedGrantTypeEnum authorizedGrantType) The OAuth Grant/Client type supported by this client.voidOAuthClient.setAuthorizedGrantType(OAuthClient.AuthorizedGrantTypeEnum authorizedGrantType)