|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Group | |
|---|---|
| facebook4j.api | |
| facebook4j.json | |
| Uses of Group in facebook4j.api |
|---|
| Methods in facebook4j.api that return Group | |
|---|---|
Group |
GroupMethods.getGroup(String groupId)
Returns a single group. |
Group |
GroupMethods.getGroup(String groupId,
Reading reading)
Returns a single group. |
| Methods in facebook4j.api that return types with arguments of type Group | |
|---|---|
ResponseList<Group> |
GroupMethods.getGroups()
Returns the Groups that the current user belongs to. |
ResponseList<Group> |
GroupMethods.getGroups(Reading reading)
Returns the Groups that the current user belongs to. |
ResponseList<Group> |
GroupMethods.getGroups(String userId)
Returns the Groups that a user belongs to. |
ResponseList<Group> |
GroupMethods.getGroups(String userId,
Reading reading)
Returns the Groups that a user belongs to. |
ResponseList<Group> |
SearchMethods.searchGroups(String query)
Searches groups. |
ResponseList<Group> |
SearchMethods.searchGroups(String query,
Reading reading)
Searches groups. |
| Uses of Group in facebook4j.json |
|---|
| Methods in facebook4j.json that return Group | |
|---|---|
static Group |
DataObjectFactory.createGroup(String rawJSON)
Constructs a Group object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||