Uses of Enum Class
com.atlassian.gadgets.opensocial.model.MediaItem.Type
Packages that use MediaItem.Type
-
Uses of MediaItem.Type in com.atlassian.gadgets.opensocial.model
Methods in com.atlassian.gadgets.opensocial.model that return MediaItem.TypeModifier and TypeMethodDescriptionMediaItem.getType()static MediaItem.TypeReturns the enum constant of this class with the specified name.static MediaItem.Type[]MediaItem.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.gadgets.opensocial.model with parameters of type MediaItem.TypeModifier and TypeMethodDescriptionMediaItem.Builder.type(MediaItem.Type type) Set the type of theMediaItemunder construction and return thisBuilderto allow further construction to be done.