|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityObject
A representation of an ActivityStream object, a thing which participates in an Activity.
| Nested Class Summary | |
|---|---|
static class |
ActivityObject.Field
|
| Method Summary | |
|---|---|
ActionLink |
getAction()
Returns an ActionLink for this object |
List<ActivityObject> |
getAttached()
Gets the list of Attached Activities for this entry |
List<String> |
getDownstreamDuplicateId()
Get the list of downstream duplicate Ids |
String |
getId()
Gets the absolute URI that uniquely identifies the object |
ActivityObject |
getInReplyTo()
Get the Activity this item is a response to |
MediaLink |
getMedia()
Get the link to a media item |
String |
getName()
|
String |
getPermalink()
Get the permanent link |
List<ActivityObject> |
getReaction()
Gets the list of reaction Activities for this entry |
List<ActivityObject> |
getReply()
Gets the list of reply Activities for this entry |
String |
getStandardLink()
Return a standard link string |
String |
getSummary()
Gets the human-readable summary for this object. |
List<String> |
getType()
Returns a list of Type strings |
List<String> |
getUpstreamDuplicateId()
Get the list of upstream duplicate Ids |
void |
setAction(ActionLink action)
Sets the ActionLink for this object |
void |
setAttached(List<ActivityObject> attached)
Sets the list of Attached Activities for this entry |
void |
setDownstreamDuplicateId(List<String> downstreamDuplicateId)
Set the list of downstream duplicate Ids |
void |
setId(String id)
Set the absolute URI that uniquely identifies the object |
void |
setInReplyTo(ActivityObject inReplyTo)
Set the Activity this item is a response to |
void |
setMedia(MediaLink media)
Set the link to a media item |
void |
setName(String name)
Sets the name |
void |
setPermalink(String permalink)
Set the permanent link |
void |
setReaction(List<ActivityObject> reaction)
Sets the list of reaction Activities for this entry |
void |
setReply(List<ActivityObject> reply)
Sets the list of reply Activities for this entry |
void |
setStandardLink(String standardLink)
Set the standard link string |
void |
setSummary(String summary)
Sets the human-readable summary for this object. |
void |
setType(List<String> type)
set the list of Type strings |
void |
setUpstreamDuplicateId(List<String> upstreamDuplicateId)
Set the list of upstream duplicate Ids |
| Method Detail |
|---|
String getId()
void setId(String id)
id - a non-null stringString getName()
void setName(String name)
name - a human-readable nameString getSummary()
void setSummary(String summary)
summary - a summaryMediaLink getMedia()
MediaLink object.void setMedia(MediaLink media)
media - a MediaLink object.String getPermalink()
void setPermalink(String permalink)
permalink - a permalink string, possibly nullList<String> getType()
void setType(List<String> type)
type - a list of Type stringsActivityObject getInReplyTo()
ActivityObjectvoid setInReplyTo(ActivityObject inReplyTo)
inReplyTo - a ActivityObject object.List<ActivityObject> getAttached()
void setAttached(List<ActivityObject> attached)
attached - a list of ActivityObjectsList<ActivityObject> getReply()
void setReply(List<ActivityObject> reply)
reply - a list of ActivityObjectsList<ActivityObject> getReaction()
void setReaction(List<ActivityObject> reaction)
reaction - a list of ActivityObjectsActionLink getAction()
ActionLink object.void setAction(ActionLink action)
action - a ActionLink object.List<String> getUpstreamDuplicateId()
void setUpstreamDuplicateId(List<String> upstreamDuplicateId)
upstreamDuplicateId - a list of strings containing duplicate IdsList<String> getDownstreamDuplicateId()
void setDownstreamDuplicateId(List<String> downstreamDuplicateId)
downstreamDuplicateId - a list of strings containing duplicate IdsString getStandardLink()
void setStandardLink(String standardLink)
standardLink - the standard link
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||