|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RestActivityStream.Field>
org.exoplatform.social.client.api.model.RestActivityStream.Field
public static enum RestActivityStream.Field
The fields that represent the RestActivityStream object in json form.
| Enum Constant Summary | |
|---|---|
FAVICON_URL
the json field for faviconUrl. |
|
FULL_NAME
the json field for fullName. |
|
PERMALINK
the json field for permaLink. |
|
PRETTY_ID
the json field for prettyId. |
|
TITLE
the json field for title. |
|
TYPE
the json field for type |
|
| Method Summary | |
|---|---|
String |
toString()
emit the field as a json element. |
static RestActivityStream.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RestActivityStream.Field[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RestActivityStream.Field TYPE
public static final RestActivityStream.Field PRETTY_ID
public static final RestActivityStream.Field FULL_NAME
public static final RestActivityStream.Field FAVICON_URL
public static final RestActivityStream.Field TITLE
public static final RestActivityStream.Field PERMALINK
| Method Detail |
|---|
public static RestActivityStream.Field[] values()
for (RestActivityStream.Field c : RestActivityStream.Field.values()) System.out.println(c);
public static RestActivityStream.Field valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<RestActivityStream.Field>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||