Interface MutableMediaLink
- All Superinterfaces:
JsonAdaptable,MediaLink
MutableMediaLink...-
Method Summary
Modifier and TypeMethodDescriptionsetDuration(int duration) setHeight(int height) setProperty(String name, Object value) Sets the property with the give name and value.setWidth(int width) Methods inherited from interface com.adobe.granite.activitystreams.JsonAdaptable
toJSONMethods inherited from interface com.adobe.granite.activitystreams.MediaLink
getDuration, getHeight, getMutableMediaLink, getProperties, getURL, getWidth
-
Method Details
-
setURL
-
setWidth
-
setHeight
-
setDuration
-
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
-