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

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

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

Methods in com.atlassian.gadgets.opensocial.model that return MediaItem.Builder
 MediaItem.Builder MediaItem.Builder.mimeType(String mimeType)
          Set the mime type of the MediaItem under construction and return this Builder to allow further construction to be done.
 MediaItem.Builder MediaItem.Builder.type(MediaItem.Type type)
          Set the type of the MediaItem under construction and return this Builder to allow further construction to be done.
 MediaItem.Builder MediaItem.Builder.url(URI url)
          Set the url of the MediaItem under construction and return this Builder to allow further construction to be done.
 

Constructors in com.atlassian.gadgets.opensocial.model with parameters of type MediaItem.Builder
MediaItem(MediaItem.Builder builder)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.