| Enum Constant and Description |
|---|
ADS |
ADSWEB |
APP_WIDGET |
AUDIO |
DOCS |
EMAIL |
EXCHANGE |
FRIENDS |
GROUP_MESSAGES |
GROUPS |
LEADS |
MANAGE |
MARKET |
MENU |
MESSAGES |
NOTES |
NOTIFICATIONS |
NOTIFY |
OFFLINE |
PAGES |
PHONE |
PHOTOS |
STATS |
STATUS |
STORIES |
SUPPORT |
VIDEO |
WALL |
WALLMENU |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static ScopeName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScopeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="friends") public static final ScopeName FRIENDS
@SerializedName(value="photos") public static final ScopeName PHOTOS
@SerializedName(value="video") public static final ScopeName VIDEO
@SerializedName(value="pages") public static final ScopeName PAGES
@SerializedName(value="status") public static final ScopeName STATUS
@SerializedName(value="notes") public static final ScopeName NOTES
@SerializedName(value="wall") public static final ScopeName WALL
@SerializedName(value="docs") public static final ScopeName DOCS
@SerializedName(value="groups") public static final ScopeName GROUPS
@SerializedName(value="stats") public static final ScopeName STATS
@SerializedName(value="market") public static final ScopeName MARKET
@SerializedName(value="stories") public static final ScopeName STORIES
@SerializedName(value="app_widget") public static final ScopeName APP_WIDGET
@SerializedName(value="messages") public static final ScopeName MESSAGES
@SerializedName(value="manage") public static final ScopeName MANAGE
@SerializedName(value="notify") public static final ScopeName NOTIFY
@SerializedName(value="audio") public static final ScopeName AUDIO
@SerializedName(value="support") public static final ScopeName SUPPORT
@SerializedName(value="menu") public static final ScopeName MENU
@SerializedName(value="wallmenu") public static final ScopeName WALLMENU
@SerializedName(value="ads") public static final ScopeName ADS
@SerializedName(value="offline") public static final ScopeName OFFLINE
@SerializedName(value="notifications") public static final ScopeName NOTIFICATIONS
@SerializedName(value="email") public static final ScopeName EMAIL
@SerializedName(value="adsweb") public static final ScopeName ADSWEB
@SerializedName(value="leads") public static final ScopeName LEADS
@SerializedName(value="group_messages") public static final ScopeName GROUP_MESSAGES
@SerializedName(value="exchange") public static final ScopeName EXCHANGE
@SerializedName(value="phone") public static final ScopeName PHONE
public static ScopeName[] values()
for (ScopeName c : ScopeName.values()) System.out.println(c);
public static ScopeName 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<ScopeName>