public static enum SocialActivitiesQueryHelper.Scope extends java.lang.Enum<SocialActivitiesQueryHelper.Scope>
Enum Constant and Description |
---|
ALL |
CONNECTIONS |
FOLLOWING |
ME |
MY_SITES |
Modifier and Type | Method and Description |
---|---|
static SocialActivitiesQueryHelper.Scope |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
static SocialActivitiesQueryHelper.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SocialActivitiesQueryHelper.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocialActivitiesQueryHelper.Scope ALL
public static final SocialActivitiesQueryHelper.Scope CONNECTIONS
public static final SocialActivitiesQueryHelper.Scope FOLLOWING
public static final SocialActivitiesQueryHelper.Scope ME
public static final SocialActivitiesQueryHelper.Scope MY_SITES
public static SocialActivitiesQueryHelper.Scope[] values()
for (SocialActivitiesQueryHelper.Scope c : SocialActivitiesQueryHelper.Scope.values()) System.out.println(c);
public static SocialActivitiesQueryHelper.Scope 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 static SocialActivitiesQueryHelper.Scope fromValue(java.lang.String value)
public java.lang.String getValue()