Uses of Class
com.okta.sdk.resource.OAuth2ScopeMetadataPublish
-
Packages that use OAuth2ScopeMetadataPublish Package Description com.okta.sdk.resource -
-
Uses of OAuth2ScopeMetadataPublish in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OAuth2ScopeMetadataPublish Modifier and Type Method Description OAuth2ScopeMetadataPublish
OAuth2Scope. getMetadataPublish()
static OAuth2ScopeMetadataPublish
OAuth2ScopeMetadataPublish. valueOf(java.lang.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.Methods in com.okta.sdk.resource with parameters of type OAuth2ScopeMetadataPublish Modifier and Type Method Description OAuth2Scope
OAuth2Scope. setMetadataPublish(OAuth2ScopeMetadataPublish metadataPublish)
-