Package com.restfb.types
Class FriendList
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.FriendList
- All Implemented Interfaces:
Serializable
Represents the FriendList Graph API type
.
- Since:
- 1.6.10
- Author:
- Chris Petersen, Mark Allen
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the friends list; Possible values are:close_friends
,acquaintances
,restricted
,user_created
,education
,work
,current_city
orfamily
.void
setListType
(String listType) The type of the friends list; Possible values are:close_friends
,acquaintances
,restricted
,user_created
,education
,work
,current_city
orfamily
.Methods inherited from class com.restfb.types.NamedFacebookType
getName, setName
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
FriendList
public FriendList()
-
-
Method Details
-
getListType
The type of the friends list; Possible values are:close_friends
,acquaintances
,restricted
,user_created
,education
,work
,current_city
orfamily
.- Returns:
- The type of the friends list.
-
setListType
The type of the friends list; Possible values are:close_friends
,acquaintances
,restricted
,user_created
,education
,work
,current_city
orfamily
.
-