public static enum Auth.TokenResource extends java.lang.Enum<Auth.TokenResource>
| Enum Constant and Description |
|---|
ACTIVITIES |
ANALYTICS |
ANALYTICS_REDIRECT |
ANY |
COLLECTIONS |
FEED |
FEED_TARGETS |
FILES |
FOLLOWER |
OPEN_GRAPH |
PERSONALIZATION |
REACTIONS |
USERS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static Auth.TokenResource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Auth.TokenResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Auth.TokenResource ANY
public static final Auth.TokenResource ACTIVITIES
public static final Auth.TokenResource ANALYTICS
public static final Auth.TokenResource ANALYTICS_REDIRECT
public static final Auth.TokenResource COLLECTIONS
public static final Auth.TokenResource FILES
public static final Auth.TokenResource FEED
public static final Auth.TokenResource FEED_TARGETS
public static final Auth.TokenResource FOLLOWER
public static final Auth.TokenResource OPEN_GRAPH
public static final Auth.TokenResource PERSONALIZATION
public static final Auth.TokenResource REACTIONS
public static final Auth.TokenResource USERS
public static Auth.TokenResource[] values()
for (Auth.TokenResource c : Auth.TokenResource.values()) System.out.println(c);
public static Auth.TokenResource 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<Auth.TokenResource>