Uses of Enum
com.okta.sdk.resource.model.OAuth2ClientJsonWebKeyRequestBody.StatusEnum
Packages that use OAuth2ClientJsonWebKeyRequestBody.StatusEnum
-
Uses of OAuth2ClientJsonWebKeyRequestBody.StatusEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuth2ClientJsonWebKeyRequestBody.StatusEnumModifier and TypeMethodDescriptionOAuth2ClientJsonWebKeyRequestBody.getStatus()
Status of the OAuth 2.0 Client JSON Web KeyReturns the enum constant of this type with the specified name.OAuth2ClientJsonWebKeyRequestBody.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 OAuth2ClientJsonWebKeyRequestBody.StatusEnumModifier and TypeMethodDescriptionvoid
OAuth2ClientJsonWebKeyRequestBody.setStatus
(OAuth2ClientJsonWebKeyRequestBody.StatusEnum status) OAuth2ClientJsonWebKeyRequestBody.status
(OAuth2ClientJsonWebKeyRequestBody.StatusEnum status)