Package net.bluemind.backend.mail.api
Class Conversation
java.lang.Object
net.bluemind.backend.mail.api.Conversation
Conversation of messages.
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe messages of this conversation. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Conversationof(List<Conversation.MessageRef> messageRefs, long conversationId) voidremoveMessage(String containerUid, Long itemId)  
- 
Field Details
- 
messageRefs
The messages of this conversation. Implementations should ensure there are no duplicates. - 
conversationId
public long conversationId - 
conversationUid
 
 - 
 - 
Constructor Details
- 
Conversation
public Conversation() 
 - 
 - 
Method Details
- 
of
 - 
removeMessage
 
 -