|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RestActivityStream
Activity Stream model.
| Nested Class Summary | |
|---|---|
static class |
RestActivityStream.Field
The fields that represent the RestActivityStream object in json form. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getType()
void setType(String type)
type - the typeString getPrettyId()
void setPrettyId(String prettyId)
prettyId - the pretty idString getFullName()
void setFullName(String fullName)
fullName - the full nameString getFaviconUrl()
void setFaviconUrl(String faviconUrl)
faviconUrl - the favicon urlString getTitle()
void setTitle(String title)
title - the activity stream's titleString getPermaLink()
void setPermaLink(String permaLink)
permaLink - the permanent link
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||