public static enum refresh_token.DestroyReason extends Enum<refresh_token.DestroyReason>
| Enum Constant and Description |
|---|
ISSUE_NEW |
LIMIT_REACHED |
REVOKE |
| Modifier and Type | Method and Description |
|---|---|
static refresh_token.DestroyReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static refresh_token.DestroyReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final refresh_token.DestroyReason ISSUE_NEW
public static final refresh_token.DestroyReason REVOKE
public static final refresh_token.DestroyReason LIMIT_REACHED
public static refresh_token.DestroyReason[] values()
for (refresh_token.DestroyReason c : refresh_token.DestroyReason.values()) System.out.println(c);
public static refresh_token.DestroyReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.