public static enum AccessTokenResult.AccessTokenError extends java.lang.Enum<AccessTokenResult.AccessTokenError>
| Enum Constant and Description |
|---|
AuthCodeNotFound |
AuthCodeOutOfDate |
IllegalParameters |
NoPerforceToken |
| Modifier and Type | Method and Description |
|---|---|
static AccessTokenResult.AccessTokenError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessTokenResult.AccessTokenError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessTokenResult.AccessTokenError AuthCodeNotFound
public static final AccessTokenResult.AccessTokenError IllegalParameters
public static final AccessTokenResult.AccessTokenError AuthCodeOutOfDate
public static final AccessTokenResult.AccessTokenError NoPerforceToken
public static AccessTokenResult.AccessTokenError[] values()
for (AccessTokenResult.AccessTokenError c : AccessTokenResult.AccessTokenError.values()) System.out.println(c);
public static AccessTokenResult.AccessTokenError 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