Uses of Class
com.okta.sdk.resource.application.OAuth2RefreshToken.StatusEnum
-
Packages that use OAuth2RefreshToken.StatusEnum Package Description com.okta.sdk.resource.application -
-
Uses of OAuth2RefreshToken.StatusEnum in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return OAuth2RefreshToken.StatusEnum Modifier and Type Method Description OAuth2RefreshToken.StatusEnum
OAuth2RefreshToken. getStatus()
static OAuth2RefreshToken.StatusEnum
OAuth2RefreshToken.StatusEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OAuth2RefreshToken.StatusEnum[]
OAuth2RefreshToken.StatusEnum. 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 OAuth2RefreshToken.StatusEnum Modifier and Type Method Description OAuth2RefreshToken
OAuth2RefreshToken. setStatus(OAuth2RefreshToken.StatusEnum status)
-