public class GroupMembership extends FacebookObject
Constructor and Description |
---|
GroupMembership(String id,
String name,
int bookmarkOrder,
boolean administrator) |
Modifier and Type | Method and Description |
---|---|
int |
getBookmarkOrder() |
String |
getId() |
String |
getName() |
int |
getUnread() |
int |
getVersion()
Deprecated.
No longer maintained in the Graph API. Will always be 1
|
boolean |
isAdministrator() |
add, getExtraData
public String getId()
public String getName()
public int getVersion()
public int getBookmarkOrder()
public boolean isAdministrator()
public int getUnread()