public enum VppTokenSyncStatus extends java.lang.Enum<VppTokenSyncStatus>
| Enum Constant and Description |
|---|
COMPLETED
completed
|
FAILED
failed
|
IN_PROGRESS
in Progress
|
NONE
none
|
UNEXPECTED_VALUE
For VppTokenSyncStatus values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static VppTokenSyncStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VppTokenSyncStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VppTokenSyncStatus NONE
public static final VppTokenSyncStatus IN_PROGRESS
public static final VppTokenSyncStatus COMPLETED
public static final VppTokenSyncStatus FAILED
public static final VppTokenSyncStatus UNEXPECTED_VALUE
public static VppTokenSyncStatus[] values()
for (VppTokenSyncStatus c : VppTokenSyncStatus.values()) System.out.println(c);
public static VppTokenSyncStatus 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