| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
Default implementations of the Social Model.
|
| org.apache.shindig.social.opensocial.model |
The Social Model API package
Model interfaces that are used throughout the Social Component to transfer the model.
|
| Modifier and Type | Method and Description |
|---|---|
MediaItem.Type |
MediaItemImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<MediaItem.Type> |
AlbumImpl.getMediaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaItemImpl.setType(MediaItem.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlbumImpl.setMediaType(List<MediaItem.Type> mediaType)
Set the list of media item types for the items in the album.
|
| Constructor and Description |
|---|
MediaItemImpl(String mimeType,
MediaItem.Type type,
String url) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaItem.Type> |
Album.getMediaType()
Get the list of media item types for the items in the album.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaItem.setType(MediaItem.Type type)
Get the Type of this media item, either audio, image or video.
|
| Modifier and Type | Method and Description |
|---|---|
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.