|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FavoriteMethods
Method Summary | |
---|---|
ResponseList<Book> |
getBooks()
Returns the books listed on the current user's profile. |
ResponseList<Book> |
getBooks(Reading reading)
Returns the books listed on the current user's profile. |
ResponseList<Book> |
getBooks(String userId)
Returns the books listed on a user's profile. |
ResponseList<Book> |
getBooks(String userId,
Reading reading)
Returns the books listed on a user's profile. |
ResponseList<Game> |
getGames()
Returns the games the current user has added to the Arts and Entertainment section of their profile. |
ResponseList<Game> |
getGames(Reading reading)
Returns the games the current user has added to the Arts and Entertainment section of their profile. |
ResponseList<Game> |
getGames(String userId)
Returns the games a user has added to the Arts and Entertainment section of their profile. |
ResponseList<Game> |
getGames(String userId,
Reading reading)
Returns the games a user has added to the Arts and Entertainment section of their profile. |
ResponseList<Interest> |
getInterests()
Returns the interests listed on the current user's profile. |
ResponseList<Interest> |
getInterests(Reading reading)
Returns the interests listed on the current user's profile. |
ResponseList<Interest> |
getInterests(String userId)
Returns the interests listed on a user's profile. |
ResponseList<Interest> |
getInterests(String userId,
Reading reading)
Returns the interests listed on a user's profile. |
ResponseList<Movie> |
getMovies()
Returns the movies listed on the current user's profile. |
ResponseList<Movie> |
getMovies(Reading reading)
Returns the movies listed on the current user's profile. |
ResponseList<Movie> |
getMovies(String userId)
Returns the movies listed on a user's profile. |
ResponseList<Movie> |
getMovies(String userId,
Reading reading)
Returns the movies listed on a user's profile. |
ResponseList<Music> |
getMusic()
Returns the music listed on the current user's profile. |
ResponseList<Music> |
getMusic(Reading reading)
Returns the music listed on the current user's profile. |
ResponseList<Music> |
getMusic(String userId)
Returns the music listed on a user's profile. |
ResponseList<Music> |
getMusic(String userId,
Reading reading)
Returns the music listed on a user's profile. |
ResponseList<Television> |
getTelevision()
Returns the television listed on the current user's profile. |
ResponseList<Television> |
getTelevision(Reading reading)
Returns the television listed on the current user's profile. |
ResponseList<Television> |
getTelevision(String userId)
Returns the television listed on a user's profile. |
ResponseList<Television> |
getTelevision(String userId,
Reading reading)
Returns the television listed on a user's profile. |
Method Detail |
---|
ResponseList<Book> getBooks() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Book> getBooks(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Book> getBooks(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Book> getBooks(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Game> getGames() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Game> getGames(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Game> getGames(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Game> getGames(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Movie> getMovies() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Movie> getMovies(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Movie> getMovies(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Movie> getMovies(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Music> getMusic() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Music> getMusic(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Music> getMusic(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Music> getMusic(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Television> getTelevision() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Television> getTelevision(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Television> getTelevision(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Television> getTelevision(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Interest> getInterests() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Interest> getInterests(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Interest> getInterests(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Interest> getInterests(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |