public static enum GetApiToken.Intoken extends Enum<GetApiToken.Intoken>
| Enum Constant and Description |
|---|
BLOCK |
DELETE |
EDIT |
EMAIL |
IMPORT |
MOVE |
PROTECT |
UNBLOCK |
| Modifier and Type | Method and Description |
|---|---|
static GetApiToken.Intoken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetApiToken.Intoken[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetApiToken.Intoken DELETE
public static final GetApiToken.Intoken EDIT
public static final GetApiToken.Intoken MOVE
public static final GetApiToken.Intoken PROTECT
public static final GetApiToken.Intoken EMAIL
public static final GetApiToken.Intoken BLOCK
public static final GetApiToken.Intoken UNBLOCK
public static final GetApiToken.Intoken IMPORT
public static GetApiToken.Intoken[] values()
for (GetApiToken.Intoken c : GetApiToken.Intoken.values()) System.out.println(c);
public static GetApiToken.Intoken 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 © 2013. All Rights Reserved.