org.springframework.social.facebook.api
Class EventInvitee
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.EventInvitee
public class EventInvitee
- extends FacebookObject
Model class representing someone who has been invited to an event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventInvitee
public EventInvitee(String id,
String name,
RsvpStatus rsvpStatus)
getId
public String getId()
- The invitee's user ID.
getName
public String getName()
- The invitee's name.
getRsvpStatus
public RsvpStatus getRsvpStatus()
- The invitee's RSVP status (attending, unsure, not-replied, or declined).