|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ActivityRestOut.Field>
org.exoplatform.social.service.rest.api.models.ActivityRestOut.Field
public static enum ActivityRestOut.Field
| Enum Constant Summary | |
|---|---|
ACTIVITY_STREAM
The Activity stream details. |
|
APPID
The application id. |
|
BODY
Activity Body message |
|
COMMENTS
The comments wrapper. |
|
CREATED_AT
The date (human format). |
|
ID
The id. |
|
IDENTITY_ID
The owner identity id. |
|
LAST_UPDATED
The last updated timestamp. |
|
LIKED
Is liked or not by the authenticated user who makes the request |
|
LIKED_BY_IDENTITIES
The identities who like. |
|
POSTED_TIME
The posted timestamp. |
|
POSTER_IDENTITY
The poster identity id. |
|
PRIORITY
The priority from 0 to 1. |
|
TEMPLATE_PARAMS
The template parameters. |
|
TITLE
The title. |
|
TITLE_ID
The title id. |
|
TOTAL_NUMBER_OF_COMMENTS
The number of comment. |
|
TOTAL_NUMBER_OF_LIKES
The total number of user like this activity |
|
TYPE
The activity type. |
|
| Method Summary | |
|---|---|
String |
toString()
|
static ActivityRestOut.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ActivityRestOut.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 ActivityRestOut.Field ID
public static final ActivityRestOut.Field TITLE
public static final ActivityRestOut.Field BODY
public static final ActivityRestOut.Field PRIORITY
public static final ActivityRestOut.Field APPID
public static final ActivityRestOut.Field TYPE
public static final ActivityRestOut.Field POSTED_TIME
public static final ActivityRestOut.Field CREATED_AT
public static final ActivityRestOut.Field LAST_UPDATED
public static final ActivityRestOut.Field TITLE_ID
public static final ActivityRestOut.Field TEMPLATE_PARAMS
public static final ActivityRestOut.Field LIKED
public static final ActivityRestOut.Field LIKED_BY_IDENTITIES
public static final ActivityRestOut.Field COMMENTS
public static final ActivityRestOut.Field TOTAL_NUMBER_OF_COMMENTS
public static final ActivityRestOut.Field POSTER_IDENTITY
public static final ActivityRestOut.Field IDENTITY_ID
public static final ActivityRestOut.Field ACTIVITY_STREAM
public static final ActivityRestOut.Field TOTAL_NUMBER_OF_LIKES
| Method Detail |
|---|
public static ActivityRestOut.Field[] values()
for (ActivityRestOut.Field c : ActivityRestOut.Field.values()) System.out.println(c);
public static ActivityRestOut.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<ActivityRestOut.Field>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||