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