public class GroupsService extends Service
| Constructor and Description |
|---|
GroupsService() |
| Modifier and Type | Method and Description |
|---|---|
static Request |
getGroups()
Returns a new Request instance which, when submitted, fetches the current
viewer's groups and makes this data available as a List of Group objects.
|
static Request |
getGroups(String guid)
Returns a new Request instance which, when submitted, fetches the
specified user's groups and makes this data available as a List of Group
objects.
|
public static Request getGroups()
Grouppublic static Request getGroups(String guid)
guid - OpenSocial ID of user whose groups are to be fetchedGroupCopyright © 2012. All Rights Reserved.