|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.exoplatform.social.service.rest.api.models.ActivityStreamRestOut
public class ActivityStreamRestOut
The Activity Stream model for Social Rest APIs.
| Nested Class Summary | |
|---|---|
static class |
ActivityStreamRestOut.Field
The enum fields as json keys |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
ActivityStreamRestOut()
Default constructor for initializing default values. |
|
ActivityStreamRestOut(org.exoplatform.social.core.activity.model.ActivityStream activityStream,
String portalContainerName)
Constructor to construct object from ActivityStream instance. |
|
| Method Summary | |
|---|---|
String |
getFaviconUrl()
Gets the favicon url of activity stream. |
String |
getFullName()
Gets the full name. |
String |
getPermaLink()
Gets the perma link. |
String |
getPrettyId()
Gets the pretty id. |
String |
getTitle()
Gets the activity stream title. |
String |
getType()
Gets the activity stream type. |
void |
setFaviconUrl(String faviconUrl)
Sets the favicon url. |
void |
setFullName(String fullName)
Sets the full name. |
void |
setPermaLink(String permalink)
Sets the perma link of activity stream. |
void |
setPrettyId(String prettyId)
Sets the pretty id. |
void |
setTitle(String title)
Sets the activity stream title. |
void |
setType(String type)
Sets the activity stream type. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public ActivityStreamRestOut()
public ActivityStreamRestOut(org.exoplatform.social.core.activity.model.ActivityStream activityStream,
String portalContainerName)
ActivityStream instance.
activityStream - the activity stream instance.| Method Detail |
|---|
public String getType()
public void setType(String type)
type - the typepublic String getPrettyId()
public void setPrettyId(String prettyId)
prettyId - the pretty idpublic String getFullName()
public void setFullName(String fullName)
prettyId - the full name.public String getTitle()
public void setTitle(String title)
title - the activity stream titlepublic String getPermaLink()
public void setPermaLink(String permalink)
permalink - the perma linkpublic String getFaviconUrl()
public void setFaviconUrl(String faviconUrl)
faviconUrl - the favicon url
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||