Uses of Interface
facebook4j.RSVPStatus

Packages that use RSVPStatus
facebook4j.api   
facebook4j.json   
 

Uses of RSVPStatus in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type RSVPStatus
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusAsInvited(String eventId)
          Returns a list of invitees for the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusAsInvited(String eventId, String userId)
          Checks a specific user has been invited to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusAsNoreply(String eventId)
          Returns a list of all users who have not replied to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusAsNoreply(String eventId, String userId)
          Returns a single user who have not replied to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInAttending(String eventId)
          Returns a list of all users who responded 'yes' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInAttending(String eventId, String userId)
          Checks a specific user responded 'yes' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInDeclined(String eventId)
          Returns a list of all users who responded 'no' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInDeclined(String eventId, String userId)
          Checks a specific user responded 'no' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInMaybe(String eventId)
          Returns a list of all users who responded 'maybe' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInMaybe(String eventId, String userId)
          Checks a specific user responded 'maybe' to the event.
 

Uses of RSVPStatus in facebook4j.json
 

Methods in facebook4j.json that return RSVPStatus
static RSVPStatus DataObjectFactory.createRSVPStatus(String rawJSON)
          Constructs a RSVPStatus object from rawJSON string.
 



Copyright © 2019. All rights reserved.