public enum OAuthUserScope extends java.lang.Enum<OAuthUserScope> implements EnumParam
| Enum Constant and Description |
|---|
ADS |
AUDIO |
DOCS |
EMAIL |
FRIENDS |
GROUPS |
MARKET |
MESSAGES |
NOTES |
NOTIFICATIONS |
NOTIFY |
OFFLINE |
PAGES |
PHOTOS |
STATS |
STATUS |
VIDEO |
WALL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static OAuthUserScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OAuthUserScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuthUserScope NOTIFY
public static final OAuthUserScope FRIENDS
public static final OAuthUserScope PHOTOS
public static final OAuthUserScope AUDIO
public static final OAuthUserScope VIDEO
public static final OAuthUserScope DOCS
public static final OAuthUserScope NOTES
public static final OAuthUserScope PAGES
public static final OAuthUserScope STATUS
public static final OAuthUserScope WALL
public static final OAuthUserScope GROUPS
public static final OAuthUserScope MESSAGES
public static final OAuthUserScope EMAIL
public static final OAuthUserScope NOTIFICATIONS
public static final OAuthUserScope STATS
public static final OAuthUserScope ADS
public static final OAuthUserScope OFFLINE
public static final OAuthUserScope MARKET
public static OAuthUserScope[] values()
for (OAuthUserScope c : OAuthUserScope.values()) System.out.println(c);
public static OAuthUserScope 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