Interface MutableActivityObject
- All Superinterfaces:
ActivityObject,JsonAdaptable
MutableActivityObject...-
Method Summary
Modifier and TypeMethodDescriptionsetAttachments(ActivityObject[] attachments) setAuthor(ActivityObject author) setAuthorUserId(String userId) setContent(String content) setDisplayName(String displayName) setDownstreamDuplicates(String[] ids) setObjectType(String objectType) setProperty(String name, Object value) Sets the property with the give name and value.setPublished(long published) setSummary(String summary) setUpdated(long updated) setUpstreamDuplicates(String[] ids) Methods inherited from interface com.adobe.granite.activitystreams.ActivityObject
getAttachments, getAuthor, getAuthorUserId, getContent, getDisplayName, getDownstreamDuplicates, getId, getImage, getMutableActivityObject, getObjectType, getProperties, getPublished, getSummary, getUpdated, getUpstreamDuplicates, getURLMethods inherited from interface com.adobe.granite.activitystreams.JsonAdaptable
toJSON
-
Method Details
-
setId
-
setURL
-
setObjectType
-
setAuthor
-
setAuthorUserId
-
setContent
-
setDisplayName
-
setSummary
-
setPublished
-
setUpdated
-
setImage
-
setAttachments
-
setDownstreamDuplicates
-
setUpstreamDuplicates
-
setProperty
Sets the property with the give name and value.- Parameters:
name- name of the propertyvalue- value of the property- Returns:
- this object for chaining.
- Since:
- 0.0.10
-