Package net.bluemind.backend.mail.api
Class Conversation
java.lang.Object
net.bluemind.backend.mail.api.Conversation
Conversation of messages.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionlong
The messages of this conversation. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Conversation
of
(List<Conversation.MessageRef> messageRefs, long conversationId) void
removeMessage
(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
-