|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Album | |
|---|---|
| facebook4j.api | |
| facebook4j.json | |
| Uses of Album in facebook4j.api |
|---|
| Methods in facebook4j.api that return Album | |
|---|---|
Album |
AlbumMethods.getAlbum(String albumId)
Returns a single photo album. |
Album |
AlbumMethods.getAlbum(String albumId,
Reading reading)
Returns a single photo album. |
| Methods in facebook4j.api that return types with arguments of type Album | |
|---|---|
ResponseList<Album> |
AlbumMethods.getAlbums()
Returns the photo albums the current user/page has created. |
ResponseList<Album> |
AlbumMethods.getAlbums(Reading reading)
Returns the photo albums the current user/page has created. |
ResponseList<Album> |
AlbumMethods.getAlbums(String id)
Returns the photo albums a user/page has created. |
ResponseList<Album> |
AlbumMethods.getAlbums(String id,
Reading reading)
Returns the photo albums a user/page has created. |
| Uses of Album in facebook4j.json |
|---|
| Methods in facebook4j.json that return Album | |
|---|---|
static Album |
DataObjectFactory.createAlbum(String rawJSON)
Constructs a Album object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||