|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityStream
Interface for an Activity Stream.
See the Activity Streams specification for more detail: http://activitystrea.ms/
| Nested Class Summary | |
|---|---|
static class |
ActivityStream.Field
|
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||