public interface Group
OpenSocial Groups are owned by people, and are used to tag or categorize people and their relationships. Each group has a display name, an identifier which is unique within the groups owned by that person, and a URI link. A group may be a private, invitation-only, public or a personal group used to organize friends.
From http://opensocial-resources.googlecode.com/svn/spec/1.0/Social-Data.xml#Group
| Modifier and Type | Interface and Description |
|---|---|
static class |
Group.Field |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
GroupId |
getId() |
String |
getTitle() |
String |
getVoot_membership_role() |
void |
setDescription(String description)
Sets the description of this group
|
void |
setId(GroupId id)
Set the default group id
|
void |
setTitle(String title)
Sets the title of this group
|
void |
setVoot_membership_role(String voot_membership_role) |
GroupId getId()
void setId(GroupId id)
id - a valid GroupIdString getTitle()
void setTitle(String title)
title - a valid titleString getDescription()
void setDescription(String description)
description - a valid descriptionString getVoot_membership_role()
void setVoot_membership_role(String voot_membership_role)
voot_membership_role - the voot_membership_role to setCopyright © 2007-2012. All Rights Reserved.