|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.Group
public class Group
Represents the Group Graph API type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
---|
FacebookType.Metadata |
Constructor Summary | |
---|---|
Group()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.restfb.types.NamedFacebookType |
---|
getName |
Methods inherited from class com.restfb.types.FacebookType |
---|
equals, getId, getMetadata, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group()
Method Detail |
---|
public NamedFacebookType getOwner()
public String getDescription()
public String getLink()
public Venue getVenue()
public String getPrivacy()
public Date getUpdatedTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |