Uses of Interface
facebook4j.Book

Packages that use Book
facebook4j.api   
facebook4j.json   
 

Uses of Book in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Book
 ResponseList<Book> FavoriteMethods.getBooks()
          Returns the books listed on the current user's profile.
 ResponseList<Book> FavoriteMethods.getBooks(Reading reading)
          Returns the books listed on the current user's profile.
 ResponseList<Book> FavoriteMethods.getBooks(String userId)
          Returns the books listed on a user's profile.
 ResponseList<Book> FavoriteMethods.getBooks(String userId, Reading reading)
          Returns the books listed on a user's profile.
 

Uses of Book in facebook4j.json
 

Methods in facebook4j.json that return Book
static Book DataObjectFactory.createBook(String rawJSON)
          Constructs a Book object from rawJSON string.
 



Copyright © 2019. All rights reserved.