Uses of Class
net.bluemind.backend.mail.api.FolderCounters
Packages that use FolderCounters
-
Uses of FolderCounters in net.bluemind.backend.mail.api
Methods in net.bluemind.backend.mail.api that return types with arguments of type FolderCountersModifier and TypeMethodDescriptionReturn counters (unseen_visible, total_visible, total) for the given MailboxFolder folder itemIds.Method parameters in net.bluemind.backend.mail.api with type arguments of type FolderCountersModifier and TypeMethodDescriptionvoid
IMailboxFoldersAsync.counters
(List<Long> folderItemIds, AsyncHandler<List<FolderCounters>> handler) void
IMailboxFoldersByContainerAsync.counters
(List<Long> folderItemIds, AsyncHandler<List<FolderCounters>> handler) void
IMailboxFoldersByOwnerAsync.counters
(List<Long> folderItemIds, AsyncHandler<List<FolderCounters>> handler)