Klasse FriendList

Alle implementierten Schnittstellen:
Serializable

public class FriendList extends NamedFacebookType
Represents the FriendList Graph API type .
Seit:
1.6.10
Autor:
Chris Petersen, Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • 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.
      Gibt zurück:
      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.