public enum VppTokenState extends java.lang.Enum<VppTokenState>
Enum Constant and Description |
---|
ASSIGNED_TO_EXTERNAL_MDM
assigned To External MDM
|
EXPIRED
expired
|
INVALID
invalid
|
UNEXPECTED_VALUE
For VppTokenState values that were not expected from the service
|
UNKNOWN
unknown
|
VALID
valid
|
Modifier and Type | Method and Description |
---|---|
static VppTokenState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VppTokenState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VppTokenState UNKNOWN
public static final VppTokenState VALID
public static final VppTokenState EXPIRED
public static final VppTokenState INVALID
public static final VppTokenState ASSIGNED_TO_EXTERNAL_MDM
public static final VppTokenState UNEXPECTED_VALUE
public static VppTokenState[] values()
for (VppTokenState c : VppTokenState.values()) System.out.println(c);
public static VppTokenState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null