org.exoplatform.social.service.rest.api.models
Class ActivityRestListOut
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.exoplatform.social.service.rest.api.models.ActivityRestListOut
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
public class ActivityRestListOut
- extends HashMap<String,Object>
The activity rest list out model for Social Rest APIs.
- Since:
- 1.2.3
- Author:
- hoatle (hoatlevan at gmail dot com)
- See Also:
- Serialized Form
|
Constructor Summary |
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. |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
ActivityRestListOut
public ActivityRestListOut()
- Default constructor for initializing default values.
ActivityRestListOut
public 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.
- Parameters:
activityList - the activity listnumberOfComments - the number of commentsnumberOfLikes - the number of likes
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.