Uses of Class
com.restfb.types.Message
Packages that use Message
-
Uses of Message in com.restfb.types
Methods in com.restfb.types that return types with arguments of type MessageModifier and TypeMethodDescriptionThread.getComments()
The messages in this thread.Conversation.getMessages()
List of all messages in the conversationMethods in com.restfb.types with parameters of type MessageModifier and TypeMethodDescriptionboolean
Thread.addComment
(Message comment) boolean
Conversation.addMessage
(Message message) boolean
Thread.removeComment
(Message comment) boolean
Conversation.removeMessage
(Message message)