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

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

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

Methods in com.atlassian.gadgets.opensocial.model that return MediaItem.Type
 MediaItem.Type MediaItem.getType()
           
static MediaItem.Type MediaItem.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaItem.Type[] MediaItem.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.gadgets.opensocial.model with parameters of type MediaItem.Type
 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.
 



Copyright © 2013 Atlassian. All Rights Reserved.