|
Spring Social Facebook | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.facebook.api.GroupMembership
public class GroupMembership
| Constructor Summary | |
|---|---|
GroupMembership(java.lang.String id,
java.lang.String name,
int version,
int bookmarkOrder,
boolean administrator)
|
|
| Method Summary | |
|---|---|
int |
getBookmarkOrder()
The position of the group in the user's group bookmarks (or 999999999 if not positioned) |
java.lang.String |
getId()
The group ID |
java.lang.String |
getName()
The group name |
int |
getUnread()
The count of group updates that the user has not yet read. |
int |
getVersion()
The group version (either 0 or 1) |
boolean |
isAdministrator()
Returns true if the user is an administrator of the group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupMembership(java.lang.String id,
java.lang.String name,
int version,
int bookmarkOrder,
boolean administrator)
| Method Detail |
|---|
public java.lang.String getId()
public java.lang.String getName()
public int getVersion()
public int getBookmarkOrder()
public boolean isAdministrator()
public int getUnread()
|
Spring Social Facebook | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||