org.springframework.social.facebook.api
Class EventInvitee

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

public class EventInvitee
extends FacebookObject

Model class representing someone who has been invited to an event.


Constructor Summary
EventInvitee(String id, String name, RsvpStatus rsvpStatus)
           
 
Method Summary
 String getId()
          The invitee's user ID.
 String getName()
          The invitee's name.
 RsvpStatus getRsvpStatus()
          The invitee's RSVP status (attending, unsure, not-replied, or declined).
 
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

EventInvitee

public EventInvitee(String id,
                    String name,
                    RsvpStatus rsvpStatus)
Method Detail

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