Uses of Class
org.apache.shindig.social.opensocial.model.MediaItem.Type

Packages that use MediaItem.Type
org.apache.shindig.social.core.model Core Social Model 
org.apache.shindig.social.opensocial.model The Social Model API package 
 

Uses of MediaItem.Type in org.apache.shindig.social.core.model
 

Methods in org.apache.shindig.social.core.model that return MediaItem.Type
 MediaItem.Type MediaItemImpl.getType()
           
 

Methods in org.apache.shindig.social.core.model that return types with arguments of type MediaItem.Type
 List<MediaItem.Type> AlbumImpl.getMediaType()
           
 

Methods in org.apache.shindig.social.core.model with parameters of type MediaItem.Type
 void MediaItemImpl.setType(MediaItem.Type type)
           
 

Method parameters in org.apache.shindig.social.core.model with type arguments of type MediaItem.Type
 void AlbumImpl.setMediaType(List<MediaItem.Type> mediaType)
          Set the list of media item types for the items in the album.
 

Constructors in org.apache.shindig.social.core.model with parameters of type MediaItem.Type
MediaItemImpl(String mimeType, MediaItem.Type type, String url)
           
 

Uses of MediaItem.Type in org.apache.shindig.social.opensocial.model
 

Methods in org.apache.shindig.social.opensocial.model that return MediaItem.Type
 MediaItem.Type MediaItem.getType()
          Get the Type of this media item, either audio, image or video.
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 org.apache.shindig.social.opensocial.model that return types with arguments of type MediaItem.Type
 List<MediaItem.Type> Album.getMediaType()
          Get the list of media item types for the items in the album.
 

Methods in org.apache.shindig.social.opensocial.model with parameters of type MediaItem.Type
 void MediaItem.setType(MediaItem.Type type)
          Get the Type of this media item, either audio, image or video.
 

Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type MediaItem.Type
 void Album.setMediaType(List<MediaItem.Type> mediaType)
          Set the list of media item types for the items in the album.
 



Copyright © 2007-2012. All Rights Reserved.