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 TypeMethodDescriptionbooleanThread.addComment(Message comment) booleanConversation.addMessage(Message message) booleanThread.removeComment(Message comment) booleanConversation.removeMessage(Message message)