public class Group extends NamedFacebookType
FacebookType.Metadata
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The group description.
|
String |
getLink()
The URL for the group's website.
|
NamedFacebookType |
getOwner()
An object containing the name and ID of the user who owns the group.
|
String |
getPrivacy()
The privacy setting of the group, either 'OPEN', 'CLOSED', or 'SECRET'.
|
Date |
getUpdatedTime()
The last time the group was updated.
|
Venue |
getVenue()
The location of this group, a structured address object.
|
getName
equals, getId, getMetadata, getType, hashCode, toString
public NamedFacebookType getOwner()
public String getDescription()
public String getLink()
public Venue getVenue()
public String getPrivacy()
public Date getUpdatedTime()
Copyright © 2014. All rights reserved.