Uses of Class
com.restfb.types.Message
-
Packages that use Message Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Message in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Message Modifier and Type Method Description List<Message>
Thread. getComments()
The messages in this thread.List<Message>
Conversation. getMessages()
List of all messages in the conversationMethods in com.restfb.types with parameters of type Message Modifier and Type Method Description boolean
Thread. addComment(Message comment)
boolean
Conversation. addMessage(Message message)
boolean
Thread. removeComment(Message comment)
boolean
Conversation. removeMessage(Message message)
-