| Package | Description |
|---|---|
| org.opensocial.models.myspace | |
| org.opensocial.services |
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.addMediaItem(MediaItem item)
Adds the passed media item to the list of media items (i.e. images) to
post with the notification.
|
| Modifier and Type | Method and Description |
|---|---|
static Request |
MediaItemsService.createMediaItem(MediaItem item)
Returns a new Request instance which, when submitted, creates a new
media item in the specified viewer album.
|
static Request |
MediaItemsService.updateMediaItem(MediaItem item)
Returns a new Request instance which, when submitted, updates an existing
media item contained within the specified viewer album.
|
static Request |
MediaItemsService.uploadImage(MediaItem item,
File content)
Returns a new Request instance which, when submitted, uploads the
specified image file as a new media item in the specified viewer album.
|
static Request |
MediaItemsService.uploadVideo(MediaItem item,
File content)
Returns a new Request instance which, when submitted, uploads the
specified video file as a new media item in the specified viewer album
("@videos" for MySpace).
|
Copyright © 2012. All Rights Reserved.