Uses of Enum
com.okta.sdk.resource.model.OAuth2ClientSecret.StatusEnum
Packages that use OAuth2ClientSecret.StatusEnum
-
Uses of OAuth2ClientSecret.StatusEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuth2ClientSecret.StatusEnumModifier and TypeMethodDescriptionOAuth2ClientSecret.getStatus()Status of the OAuth 2.0 Client SecretReturns the enum constant of this type with the specified name.static OAuth2ClientSecret.StatusEnum[]OAuth2ClientSecret.StatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type OAuth2ClientSecret.StatusEnumModifier and TypeMethodDescriptionvoidOAuth2ClientSecret.setStatus(OAuth2ClientSecret.StatusEnum status) OAuth2ClientSecret.status(OAuth2ClientSecret.StatusEnum status)