Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static OAuth2ScopeMetadataPublish |
OAuth2ScopeMetadataPublish.fromValue(String value) |
OAuth2ScopeMetadataPublish |
OAuth2Scope.getMetadataPublish()
Get metadataPublish
|
static OAuth2ScopeMetadataPublish |
OAuth2ScopeMetadataPublish.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
OAuth2Scope.metadataPublish(OAuth2ScopeMetadataPublish metadataPublish) |
void |
OAuth2Scope.setMetadataPublish(OAuth2ScopeMetadataPublish metadataPublish) |
Copyright © 2017–2023 Okta. All rights reserved.