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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of the friends list; Possible values are:close_friends,acquaintances,restricted,user_created,education,work,current_cityorfamily.voidsetListType(String listType) The type of the friends list; Possible values are:close_friends,acquaintances,restricted,user_created,education,work,current_cityorfamily.Methods inherited from class com.restfb.types.NamedFacebookType
getName, setNameMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods 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_cityorfamily.- 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_cityorfamily.
-