org.springframework.social.facebook.api
Class Group
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Group
public class Group
- extends FacebookObject
Model class representing a Group.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group(String id,
Reference owner,
String name,
Group.Privacy privacy,
String icon,
Date updatedTime,
String email)
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()