Uses of Enum Class
com.mypurecloud.sdk.v2.model.OAuthClientRequest.AuthorizedGrantTypeEnum
Packages that use OAuthClientRequest.AuthorizedGrantTypeEnum
-
Uses of OAuthClientRequest.AuthorizedGrantTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OAuthClientRequest.AuthorizedGrantTypeEnumModifier and TypeMethodDescriptionOAuthClientRequest.AuthorizedGrantTypeEnum.fromString(String key) OAuthClientRequest.getAuthorizedGrantType()Returns the enum constant of this class with the specified name.OAuthClientRequest.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 OAuthClientRequest.AuthorizedGrantTypeEnumModifier and TypeMethodDescriptionOAuthClientRequest.authorizedGrantType(OAuthClientRequest.AuthorizedGrantTypeEnum authorizedGrantType) The OAuth Grant/Client type supported by this client.voidOAuthClientRequest.setAuthorizedGrantType(OAuthClientRequest.AuthorizedGrantTypeEnum authorizedGrantType)