public interface ActivityStream
See the Activity Streams specification for more detail: http://activitystrea.ms/
| Modifier and Type | Interface and Description |
|---|---|
static class |
ActivityStream.Field |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Get the human readable name for this stream
|
List<ActivityEntry> |
getEntries()
Get the list of ActivityEntry objects
|
String |
getId()
Return the id string
|
String |
getLanguage()
Get the language for this stream
|
String |
getSubject()
Get the subject for this stream
|
void |
setDisplayName(String displayName)
Get the display name for this stream
|
void |
setEntries(List<ActivityEntry> entries)
Set the list of ActivityEntry objects
|
void |
setId(String id)
Sets the Id for this stream
|
void |
setLanguage(String language)
Set the language for this stream
|
void |
setSubject(String subject)
Set the subject for this stream
|
void setId(String id)
id - a stringString getId()
void setEntries(List<ActivityEntry> entries)
entries - a list of ActivityEntryList<ActivityEntry> getEntries()
void setLanguage(String language)
language - a language stringString getLanguage()
void setSubject(String subject)
subject - a subject stringString getSubject()
void setDisplayName(String displayName)
displayName - a display nameString getDisplayName()
Copyright © 2007-2012. All Rights Reserved.