Uses of Interface
org.wso2.carbon.registry.social.api.activity.MediaItem
-
Packages that use MediaItem Package Description org.wso2.carbon.registry.social.api.activity -
-
Uses of MediaItem in org.wso2.carbon.registry.social.api.activity
Methods in org.wso2.carbon.registry.social.api.activity that return types with arguments of type MediaItem Modifier and Type Method Description List<MediaItem>
Activity. getMediaItems()
Get any photos, videos, or images that should be associated with the activity.Method parameters in org.wso2.carbon.registry.social.api.activity with type arguments of type MediaItem Modifier and Type Method Description void
Activity. setMediaItems(List<MediaItem> mediaItems)
Set any photos, videos, or images that should be associated with the activity.
-