Uses of Interface
facebook4j.Interest

Packages that use Interest
facebook4j.api   
facebook4j.json   
 

Uses of Interest in facebook4j.api
 

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

Uses of Interest in facebook4j.json
 

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



Copyright © 2019. All rights reserved.