public class RestActivityStream extends Model
| Modifier and Type | Class and Description |
|---|---|
static class |
RestActivityStream.Field
The fields that represent the RestActivityStream object in json form.
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>propertyChanges| Constructor and Description |
|---|
RestActivityStream()
Default constructor
|
RestActivityStream(String type,
String prettyId,
String fullName,
String faviconUrl,
String title,
String permaLink)
Constructor to set values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFaviconUrl()
Gets the favicon url of the activity stream.
|
String |
getFullName()
Gets the full name of activity stream owner.
|
String |
getPermaLink()
Gets the permanent link for activity stream.
|
String |
getPrettyId()
Gets the pretty id from the activity stream.
|
String |
getTitle()
Gets activity stream's title.
|
String |
getType()
Gets the type of activity stream.
|
void |
setFaviconUrl(String faviconUrl)
Sets the favicon url for the activity stream.
|
void |
setFullName(String fullName)
Sets the full name for the activity stream owner.
|
void |
setPermaLink(String permaLink)
Sets the permanent link for activity stream.
|
void |
setPrettyId(String prettyId)
Sets the pretty id for the activity stream.
|
void |
setTitle(String title)
Sets the activity stream title.
|
void |
setType(String type)
Sets the type of activity stream.
|
addPropertyChangeListener, addToListField, findPropertyChangeListeners, getField, getFieldAsList, getFieldAsMap, getFieldAsString, getFieldNames, hasField, isFieldMultikeyed, isFieldMultivalued, removePropertyChangeListener, setFieldescape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONStringclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitpublic 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)
fullName - the full namepublic String getFaviconUrl()
public void setFaviconUrl(String faviconUrl)
faviconUrl - the favicon urlpublic String getTitle()
public void setTitle(String title)
title - the activity stream's titlepublic String getPermaLink()
public void setPermaLink(String permaLink)
permaLink - the permanent linkCopyright © 2011–2016 eXo Platform SAS. All rights reserved.