org.springframework.social.facebook.api
Class Event

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

public class Event
extends FacebookObject

Model class representing an event.


Nested Class Summary
static class Event.Privacy
           
 
Constructor Summary
Event(String id, String name, Reference owner, Event.Privacy privacy, Date startTime, Date endTime, Date updatedTime)
           
 
Method Summary
 String getDescription()
           
 Date getEndTime()
           
 String getId()
           
 String getLocation()
           
 String getName()
           
 Reference getOwner()
           
 Event.Privacy getPrivacy()
           
 Date getStartTime()
           
 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

Event

public Event(String id,
             String name,
             Reference owner,
             Event.Privacy privacy,
             Date startTime,
             Date endTime,
             Date updatedTime)
Method Detail

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()