public static enum ActivityRestOut.Field extends Enum<ActivityRestOut.Field>
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ActivityRestOut.Field>Copyright © 2003–2020 eXo Platform SAS. All rights reserved.