public class Group extends FacebookObject
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Group.Privacy | 
| Constructor and Description | 
|---|
| Group() | 
| Modifier and Type | Method and Description | 
|---|---|
| CoverPhoto | getCover() | 
| String | getDescription() | 
| String | getEmail() | 
| String | getIcon() | 
| String | getId() | 
| String | getLink() | 
| String | getName() | 
| Reference | getOwner() | 
| Group.Privacy | getPrivacy() | 
| Date | getUpdatedTime() | 
add, getExtraDatapublic String getId()
public CoverPhoto getCover()
public Reference getOwner()
public String getName()
public Group.Privacy getPrivacy()
public String getIcon()
public Date getUpdatedTime()
public String getEmail()
public String getDescription()
public String getLink()