Package org.example.model.conversation
Class Conversation
- java.lang.Object
-
- org.example.model.conversation.Conversation
-
- All Implemented Interfaces:
java.io.Serializable
public class Conversation extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Conversation(User user)
Conversation(User user, java.util.List<Message> h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Message>
getMessages()
User
getUser1()
java.lang.String
toString()
-