|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
| Nested Class Summary | |
|---|---|
static class |
Group.Field
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
GroupId |
getId()
|
java.lang.String |
getTitle()
|
void |
setDescription(java.lang.String description)
Sets the description of this group |
void |
setId(GroupId id)
Set the default group id |
void |
setTitle(java.lang.String title)
Sets the title of this group |
| Method Detail |
|---|
GroupId getId()
void setId(GroupId id)
id - a valid GroupIdjava.lang.String getTitle()
void setTitle(java.lang.String title)
title - a valid titlejava.lang.String getDescription()
void setDescription(java.lang.String description)
description - a valid description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||