public class Group
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Group.GroupPrivacy |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCover()
The URL for the group's cover photo.
|
java.lang.String |
getDescription()
A brief description of the group.
|
java.lang.String |
getIcon()
The URL for the group's icon.
|
java.lang.String |
getId()
The group Id.
|
java.lang.String |
getLink()
The URL for the group's website.
|
java.lang.String |
getName()
The name of the group.
|
User |
getOwner()
The profile that created this group.
|
Group.GroupPrivacy |
getPrivacy()
The privacy setting of the group.
|
java.util.Date |
getUpdatedTime()
The last time the group was updated.
|
public java.lang.String getCover()
public java.lang.String getDescription()
public java.lang.String getIcon()
public java.lang.String getId()
public java.lang.String getLink()
public java.lang.String getName()
public User getOwner()
public Group.GroupPrivacy getPrivacy()
public java.util.Date getUpdatedTime()