|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Media | |
|---|---|
| facebook4j | |
| facebook4j.api | |
| Uses of Media in facebook4j |
|---|
| Methods in facebook4j that return Media | |
|---|---|
Media |
TabUpdate.getCustomImage()
|
Media |
BatchAttachment.getData()
|
Media |
OfferUpdate.getImage()
|
Media |
VideoUpdate.getSource()
|
Media |
PagePhotoUpdate.getSource()
|
Media |
CommentUpdate.getSource()
|
Media |
PhotoUpdate.getSource()
|
| Methods in facebook4j with parameters of type Media | |
|---|---|
TabUpdate |
TabUpdate.customImage(Media customImage)
|
OfferUpdate |
OfferUpdate.image(Media image)
|
void |
TabUpdate.setCustomImage(Media customImage)
|
void |
OfferUpdate.setImage(Media image)
|
void |
CommentUpdate.setSource(Media source)
|
CommentUpdate |
CommentUpdate.source(Media source)
|
| Constructors in facebook4j with parameters of type Media | |
|---|---|
BatchAttachment(String name,
Media data)
|
|
OfferUpdate(String title,
Calendar expirationTime,
Media image)
|
|
PagePhotoUpdate(Media source)
|
|
PageVideoUpdate(Media source)
|
|
PhotoUpdate(Media source)
|
|
VideoUpdate(Media source)
|
|
| Uses of Media in facebook4j.api |
|---|
| Methods in facebook4j.api with parameters of type Media | |
|---|---|
String |
AlbumMethods.addAlbumPhoto(String albumId,
Media source)
Adds a photo to the album. |
String |
AlbumMethods.addAlbumPhoto(String albumId,
Media source,
String message)
Adds a photo to the album. |
String |
EventMethods.postEventPhoto(String eventId,
Media source)
Posts the photo on a event's wall. |
String |
EventMethods.postEventPhoto(String eventId,
Media source,
String message)
Posts the photo on a event's wall. |
String |
EventMethods.postEventVideo(String eventId,
Media source)
Posts the video on a event's wall. |
String |
EventMethods.postEventVideo(String eventId,
Media source,
String title,
String description)
Posts the video on a event's wall. |
String |
PhotoMethods.postPhoto(Media source)
Posts a photo to the current user's wall. |
String |
PhotoMethods.postPhoto(String userId,
Media source)
Posts the photo to a user's wall. |
boolean |
EventMethods.updateEventPicture(String eventId,
Media source)
Updates the event's profile picture. |
boolean |
PageMethods.updatePageProfilePhoto(Media source)
Updates the profile photo for the current Page. |
boolean |
PageMethods.updatePageProfilePhoto(String pageId,
Media source)
Updates the profile photo for a Page. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||