public static enum ActivityEntry.Verb extends Enum<ActivityEntry.Verb>
| Enum Constant and Description |
|---|
JOIN |
MAKE_FRIEND |
MARK_AS_FAVORITE |
MARK_AS_LIKED |
PLAY |
POST |
SAVE |
SHARE |
START_FOLLOWING |
TAG |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the name of the JSON element.
|
static ActivityEntry.Verb |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityEntry.Verb[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityEntry.Verb MARK_AS_FAVORITE
public static final ActivityEntry.Verb START_FOLLOWING
public static final ActivityEntry.Verb MARK_AS_LIKED
public static final ActivityEntry.Verb MAKE_FRIEND
public static final ActivityEntry.Verb JOIN
public static final ActivityEntry.Verb PLAY
public static final ActivityEntry.Verb POST
public static final ActivityEntry.Verb SAVE
public static final ActivityEntry.Verb SHARE
public static final ActivityEntry.Verb TAG
public static final ActivityEntry.Verb UPDATE
public static ActivityEntry.Verb[] values()
for (ActivityEntry.Verb c : ActivityEntry.Verb.values()) System.out.println(c);
public static ActivityEntry.Verb 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 nullpublic String toString()
toString in class Enum<ActivityEntry.Verb>Copyright © 2007-2012. All Rights Reserved.