Uses of Class
com.okta.sdk.resource.application.OAuth2Scope.MetadataPublishEnum
-
Packages that use OAuth2Scope.MetadataPublishEnum Package Description com.okta.sdk.resource.application -
-
Uses of OAuth2Scope.MetadataPublishEnum in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return OAuth2Scope.MetadataPublishEnum Modifier and Type Method Description OAuth2Scope.MetadataPublishEnumOAuth2Scope. getMetadataPublish()static OAuth2Scope.MetadataPublishEnumOAuth2Scope.MetadataPublishEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OAuth2Scope.MetadataPublishEnum[]OAuth2Scope.MetadataPublishEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.application with parameters of type OAuth2Scope.MetadataPublishEnum Modifier and Type Method Description OAuth2ScopeOAuth2Scope. setMetadataPublish(OAuth2Scope.MetadataPublishEnum metadataPublish)
-