public class ActivityRestListOut extends HashMap<String,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivityRestListOut.Field
The enum fields as json keys
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ActivityRestListOut()
Default constructor for initializing default values.
|
ActivityRestListOut(List<org.exoplatform.social.core.activity.model.ExoSocialActivity> activityList,
int numberOfComments,
int numberOfLikes,
String portalContainerName)
Constructors to set the list of activities and the number of comments, the number of likes.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic ActivityRestListOut()
public ActivityRestListOut(List<org.exoplatform.social.core.activity.model.ExoSocialActivity> activityList, int numberOfComments, int numberOfLikes, String portalContainerName)
activityList - the activity listnumberOfComments - the number of commentsnumberOfLikes - the number of likesCopyright © 2003–2017 eXo Platform SAS. All rights reserved.