Uses of Interface
facebook4j.Message

Packages that use Message
facebook4j   
facebook4j.api   
facebook4j.json   
 

Uses of Message in facebook4j
 

Methods in facebook4j that return types with arguments of type Message
 PagableList<Message> Conversation.getMessages()
           
 

Uses of Message in facebook4j.api
 

Methods in facebook4j.api that return Message
 Message MessageMethods.getMessage(String messageId)
          Returns a single message.
 Message MessageMethods.getMessage(String messageId, Reading reading)
          Returns a single message.
 

Methods in facebook4j.api that return types with arguments of type Message
 InboxResponseList<Message> MessageMethods.getInbox()
          Returns the messages in the current user's inbox.
 InboxResponseList<Message> MessageMethods.getInbox(Reading reading)
          Returns the messages in the current user's inbox.
 InboxResponseList<Message> MessageMethods.getInbox(String userId)
          Returns the messages in a user's inbox.
 InboxResponseList<Message> MessageMethods.getInbox(String userId, Reading reading)
          Returns the messages in a user's inbox.
 ResponseList<Message> MessageMethods.getOutbox()
          Returns the messages in the current user's outbox.
 ResponseList<Message> MessageMethods.getOutbox(Reading reading)
          Returns the messages in the current user's outbox.
 ResponseList<Message> MessageMethods.getOutbox(String userId)
          Returns the messages in a user's outbox.
 ResponseList<Message> MessageMethods.getOutbox(String userId, Reading reading)
          Returns the messages in a user's outbox.
 ResponseList<Message> MessageMethods.getUpdates()
          Returns the updates in the current user's inbox.
 ResponseList<Message> MessageMethods.getUpdates(Reading reading)
          Returns the updates in the current user's inbox.
 ResponseList<Message> MessageMethods.getUpdates(String userId)
          Returns the updates in a user's inbox.
 ResponseList<Message> MessageMethods.getUpdates(String userId, Reading reading)
          Returns the updates in a user's inbox.
 

Uses of Message in facebook4j.json
 

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



Copyright © 2019. All rights reserved.