Uses of Class
com.developer.nefarious.zjoule.plugin.chat.models.Message
Packages that use Message
-
Uses of Message in com.developer.nefarious.zjoule.plugin.chat.models
Methods in com.developer.nefarious.zjoule.plugin.chat.models that return types with arguments of type MessageModifier and TypeMethodDescriptionMessageHistory.getMessages()
Retrieves the list of messages in the chat history.Method parameters in com.developer.nefarious.zjoule.plugin.chat.models with type arguments of type MessageModifier and TypeMethodDescriptionvoid
MessageHistory.setMessages
(List<Message> messages) Sets the list of messages in the chat history.