Uses of Class
net.bluemind.backend.mail.api.Conversation
Packages that use Conversation
-
Uses of Conversation in net.bluemind.backend.mail.api
Methods in net.bluemind.backend.mail.api that return ConversationModifier and TypeMethodDescriptionRetrieve the conversation having the given Cyrus identifier.static Conversation
Conversation.of
(List<Conversation.MessageRef> messageRefs, long conversationId) Methods in net.bluemind.backend.mail.api that return types with arguments of type ConversationModifier and TypeMethodDescriptionIMailConversation.multipleGet
(List<String> uids) IMailConversationPromise.multipleGet
(List<String> uids) Method parameters in net.bluemind.backend.mail.api with type arguments of type ConversationModifier and TypeMethodDescriptionvoid
IMailConversationAsync.get
(String uid, AsyncHandler<Conversation> handler) void
IMailConversationAsync.multipleGet
(List<String> uids, AsyncHandler<List<Conversation>> handler)