Uses of Interface
facebook4j.User

Packages that use User
facebook4j   
facebook4j.api   
facebook4j.json   
 

Uses of User in facebook4j
 

Subinterfaces of User in facebook4j
 interface Family
           
 interface Friend
           
 interface GroupMember
           
 interface Subscribedto
           
 interface Subscriber
           
 

Uses of User in facebook4j.api
 

Methods in facebook4j.api that return User
 User UserMethods.getMe()
          Returns the current user.
 User UserMethods.getMe(Reading reading)
          Returns the current user.
 User UserMethods.getUser(String userId)
          Returns a given user, specified by ID.
 User UserMethods.getUser(String userId, Reading reading)
          Returns a given user, specified by ID.
 

Methods in facebook4j.api that return types with arguments of type User
 ResponseList<User> PageMethods.getBlocked()
          Returns a list of users blocked from the current Page.
 ResponseList<User> PageMethods.getBlocked(Reading reading)
          Returns a list of users blocked from the current Page.
 ResponseList<User> PageMethods.getBlocked(String pageId)
          Returns a list of users blocked from the Page.
 ResponseList<User> PageMethods.getBlocked(String pageId, Reading reading)
          Returns a list of users blocked from the Page.
 List<User> UserMethods.getUsers(String... ids)
          Returns the users specified by IDs.
 ResponseList<User> SearchMethods.searchUsers(String query)
          Searches users.
 ResponseList<User> SearchMethods.searchUsers(String query, Reading reading)
          Searches users.
 

Uses of User in facebook4j.json
 

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



Copyright © 2019. All rights reserved.