Uses of Class
com.atlassian.gadgets.opensocial.model.MediaItem

Packages that use MediaItem
com.atlassian.gadgets.opensocial.model   
 

Uses of MediaItem in com.atlassian.gadgets.opensocial.model
 

Methods in com.atlassian.gadgets.opensocial.model that return MediaItem
 MediaItem MediaItem.Builder.build()
          Returns the final constructed MediaItem
 

Methods in com.atlassian.gadgets.opensocial.model that return types with arguments of type MediaItem
 List<MediaItem> Activity.getMediaItems()
          Get the media items associated with the activity.
 

Method parameters in com.atlassian.gadgets.opensocial.model with type arguments of type MediaItem
 Activity.Builder Activity.Builder.mediaItems(List<MediaItem> mediaItems)
          Set the mediaItems associated with the Activity under construction and return this Builder to allow further construction to be done.
 



Copyright © 2013 Atlassian. All Rights Reserved.