Class Group
java.lang.Object
com.atlassian.gadgets.opensocial.model.Group
Represents a group name. There are three distinguished groups: ALL, FRIENDS, and SELF. Groups are
uniquely specified by their name
- Since:
- 2.0
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ALL
-
FRIENDS
-
SELF
-
-
Method Details
-
of
Retrieve the group corresponding to the specified name- Parameters:
name- The name of the group- Returns:
- a
Groupcorresponding to the specified name. A new group will be created if one does not already exist
-
valueOf
Fetch the (unique) name of this group- Returns:
- the name of the group
-
toString
TheStringrepresentation of a group (its name)
-