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
public class FriendList extends NamedFacebookType
Represents the FriendList Graph API type .- Since:
- 1.6.10
- Author:
- Chris Petersen, Mark Allen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description FriendList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getListType()
The 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 Detail
-
FriendList
public FriendList()
-
-
Method Detail
-
getListType
public String 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
public void setListType(String listType)
The type of the friends list; Possible values are:close_friends
,acquaintances
,restricted
,user_created
,education
,work
,current_city
orfamily
.
-
-