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 TypeMethodDescriptionvoidIMailboxFoldersAsync.counters(List<Long> folderItemIds, AsyncHandler<List<FolderCounters>> handler) voidIMailboxFoldersByContainerAsync.counters(List<Long> folderItemIds, AsyncHandler<List<FolderCounters>> handler) voidIMailboxFoldersByOwnerAsync.counters(List<Long> folderItemIds, AsyncHandler<List<FolderCounters>> handler)