com.restfb.types
Class Group

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.NamedFacebookType
          extended by com.restfb.types.Group
All Implemented Interfaces:
Serializable

public class Group
extends NamedFacebookType

Represents the Group Graph API type.

Since:
1.5
Author:
Mark Allen
See Also:
Serialized Form

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

Group

public Group()
Method Detail

getOwner

public NamedFacebookType getOwner()
An object containing the name and ID of the user who owns the group.

Returns:
An object containing the name and ID of the user who owns the group.

getDescription

public String getDescription()
The group description.

Returns:
The group description.

getLink

public String getLink()
The URL for the group's website.

Returns:
The URL for the group's website.

getVenue

public Venue getVenue()
The location of this group, a structured address object.

Returns:
The location of this group, a structured address object.

getPrivacy

public String getPrivacy()
The privacy setting of the group, either 'OPEN', 'CLOSED', or 'SECRET'.

Returns:
The privacy setting of the group, either 'OPEN', 'CLOSED', or 'SECRET'.

getUpdatedTime

public Date getUpdatedTime()
The last time the group was updated.

Returns:
The last time the group was updated.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.