Uses of Enum
org.openapitools.client.model.OAuth2ScopeMetadataPublish
Packages that use OAuth2ScopeMetadataPublish
-
Uses of OAuth2ScopeMetadataPublish in org.openapitools.client.model
Methods in org.openapitools.client.model that return OAuth2ScopeMetadataPublishModifier and TypeMethodDescriptionstatic OAuth2ScopeMetadataPublish
OAuth2Scope.getMetadataPublish()
Get metadataPublishstatic OAuth2ScopeMetadataPublish
Returns the enum constant of this type with the specified name.static OAuth2ScopeMetadataPublish[]
OAuth2ScopeMetadataPublish.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 OAuth2ScopeMetadataPublishModifier and TypeMethodDescriptionOAuth2Scope.metadataPublish
(OAuth2ScopeMetadataPublish metadataPublish) void
OAuth2Scope.setMetadataPublish
(OAuth2ScopeMetadataPublish metadataPublish)