Uses of Enum
org.openapitools.client.model.OAuth2ScopeConsentGrantSource
Packages that use OAuth2ScopeConsentGrantSource
-
Uses of OAuth2ScopeConsentGrantSource in org.openapitools.client.model
Methods in org.openapitools.client.model that return OAuth2ScopeConsentGrantSourceModifier and TypeMethodDescriptionOAuth2ScopeConsentGrant.getSource()
Get sourceReturns the enum constant of this type with the specified name.static OAuth2ScopeConsentGrantSource[]
OAuth2ScopeConsentGrantSource.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model with parameters of type OAuth2ScopeConsentGrantSourceModifier and TypeMethodDescriptionvoid
OAuth2ScopeConsentGrant.setSource
(OAuth2ScopeConsentGrantSource source) OAuth2ScopeConsentGrant.source
(OAuth2ScopeConsentGrantSource source)