org.springframework.social.facebook.api
Class Invitation
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Invitation
public class Invitation
- extends FacebookObject
Model class representing an invitation to an event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invitation
public Invitation(String eventId,
String name,
Date startTime,
Date endTime,
RsvpStatus rsvpStatus)
Invitation
public Invitation(String eventId,
String name,
Date startTime,
Date endTime,
RsvpStatus rsvpStatus,
String location)
getEventId
public String getEventId()
getName
public String getName()
getStartTime
public Date getStartTime()
getEndTime
public Date getEndTime()
getLocation
public String getLocation()
getRsvpStatus
public RsvpStatus getRsvpStatus()