org.springframework.social.facebook.api
Class Group

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.Group

public class Group
extends FacebookObject

Model class representing a Group.


Nested Class Summary
static class Group.Privacy
           
 
Constructor Summary
Group(String id, Reference owner, String name, Group.Privacy privacy, String icon, Date updatedTime, String email)
           
 
Method Summary
 String getDescription()
           
 String getEmail()
           
 String getIcon()
           
 String getId()
           
 String getName()
           
 Reference getOwner()
           
 Group.Privacy getPrivacy()
           
 Date getUpdatedTime()
           
 
Methods inherited from class org.springframework.social.facebook.api.FacebookObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group(String id,
             Reference owner,
             String name,
             Group.Privacy privacy,
             String icon,
             Date updatedTime,
             String email)
Method Detail

getId

public String getId()

getOwner

public Reference getOwner()

getName

public String getName()

getPrivacy

public Group.Privacy getPrivacy()

getIcon

public String getIcon()

getUpdatedTime

public Date getUpdatedTime()

getEmail

public String getEmail()

getDescription

public String getDescription()