Class 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:
  • Constructor Details

  • Method Details

    • getListType

      public String getListType()
      The type of the friends list; Possible values are: close_friends, acquaintances, restricted , user_created, education, work, current_city or family.
      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 or family.