org.springframework.social.facebook.api
Class Event
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Event
public class Event
- extends FacebookObject
Model class representing an event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event(String id,
String name,
Reference owner,
Event.Privacy privacy,
Date startTime,
Date endTime,
Date updatedTime)
getId
public String getId()
getName
public String getName()
getDescription
public String getDescription()
getOwner
public Reference getOwner()
getPrivacy
public Event.Privacy getPrivacy()
getStartTime
public Date getStartTime()
getEndTime
public Date getEndTime()
getLocation
public String getLocation()
getUpdatedTime
public Date getUpdatedTime()