|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Friendlist | |
|---|---|
| facebook4j.api | |
| facebook4j.json | |
| Uses of Friendlist in facebook4j.api |
|---|
| Methods in facebook4j.api that return Friendlist | |
|---|---|
Friendlist |
FriendMethods.getFriendlist(String friendlistId)
Returns a single friend list. |
Friendlist |
FriendMethods.getFriendlist(String friendlistId,
Reading reading)
Returns a single friend list. |
| Methods in facebook4j.api that return types with arguments of type Friendlist | |
|---|---|
ResponseList<Friendlist> |
FriendMethods.getFriendlists()
Returns the current user's friend lists. |
ResponseList<Friendlist> |
FriendMethods.getFriendlists(Reading reading)
Returns the current user's friend lists. |
ResponseList<Friendlist> |
FriendMethods.getFriendlists(String userId)
Returns the user's friend lists. |
ResponseList<Friendlist> |
FriendMethods.getFriendlists(String userId,
Reading reading)
Returns the user's friend lists. |
| Uses of Friendlist in facebook4j.json |
|---|
| Methods in facebook4j.json that return Friendlist | |
|---|---|
static Friendlist |
DataObjectFactory.createFriendlist(String rawJSON)
Constructs a Friendlist object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||