Uses of Class
net.bluemind.backend.mail.api.MailboxFolder
Packages that use MailboxFolder
-
Uses of MailboxFolder in net.bluemind.backend.mail.api
Methods in net.bluemind.backend.mail.api that return MailboxFolderMethods in net.bluemind.backend.mail.api that return types with arguments of type MailboxFolderModifier and TypeMethodDescriptionIBaseMailboxFolders.all()
IBaseMailboxFoldersPromise.all()
IMailboxFoldersByContainerPromise.all()
IMailboxFoldersPromise.all()
IReadOnlyMailboxFoldersPromise.all()
IBaseMailboxFolders.getComplete
(String uid) IBaseMailboxFoldersPromise.getComplete
(String uid) IMailboxFoldersByContainerPromise.getComplete
(String uid) IMailboxFoldersPromise.getComplete
(String uid) IReadOnlyMailboxFoldersPromise.getComplete
(String uid) IMailboxFoldersByContainerPromise.getCompleteById
(long id) IMailboxFoldersPromise.getCompleteById
(long id) IMailboxFoldersByContainerPromise.multipleGetById
(List<Long> arg0) IMailboxFoldersPromise.multipleGetById
(List<Long> arg0) IBaseMailboxFolders.root()
IBaseMailboxFoldersPromise.root()
IMailboxFoldersByContainerPromise.root()
IMailboxFoldersPromise.root()
IReadOnlyMailboxFoldersPromise.root()
IBaseMailboxFolders.trash()
IBaseMailboxFoldersPromise.trash()
IMailboxFoldersByContainerPromise.trash()
IMailboxFoldersPromise.trash()
IReadOnlyMailboxFoldersPromise.trash()
Methods in net.bluemind.backend.mail.api with parameters of type MailboxFolderModifier and TypeMethodDescriptionIMailboxFolders.createBasic
(MailboxFolder value) void
IMailboxFoldersAsync.createBasic
(MailboxFolder value, AsyncHandler<ItemIdentifier> handler) void
IMailboxFoldersByContainerAsync.createBasic
(MailboxFolder value, AsyncHandler<ItemIdentifier> handler) IMailboxFoldersByContainerPromise.createBasic
(MailboxFolder value) IMailboxFoldersPromise.createBasic
(MailboxFolder value) IMailboxFolders.createForHierarchy
(long hierId, MailboxFolder value) void
IMailboxFoldersAsync.createForHierarchy
(long hierarchyId, MailboxFolder value, AsyncHandler<ItemIdentifier> handler) void
IMailboxFoldersByContainerAsync.createForHierarchy
(long hierarchyId, MailboxFolder value, AsyncHandler<ItemIdentifier> handler) IMailboxFoldersByContainerPromise.createForHierarchy
(long hierarchyId, MailboxFolder value) IMailboxFoldersPromise.createForHierarchy
(long hierarchyId, MailboxFolder value) IMailboxFolders.updateById
(long id, MailboxFolder value) void
IMailboxFoldersAsync.updateById
(long id, MailboxFolder value, AsyncHandler<Ack> handler) void
IMailboxFoldersByContainerAsync.updateById
(long id, MailboxFolder value, AsyncHandler<Ack> handler) IMailboxFoldersByContainerPromise.updateById
(long id, MailboxFolder value) IMailboxFoldersPromise.updateById
(long id, MailboxFolder value) Method parameters in net.bluemind.backend.mail.api with type arguments of type MailboxFolderModifier and TypeMethodDescriptionvoid
IBaseMailboxFoldersAsync.all
(AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IMailboxFoldersAsync.all
(AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IMailboxFoldersByContainerAsync.all
(AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IReadOnlyMailboxFoldersAsync.all
(AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IBaseMailboxFoldersAsync.byName
(String name, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.byName
(String name, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.byName
(String name, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IReadOnlyMailboxFoldersAsync.byName
(String name, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IBaseMailboxFoldersAsync.getComplete
(String uid, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.getComplete
(String uid, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.getComplete
(String uid, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IReadOnlyMailboxFoldersAsync.getComplete
(String uid, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IMailboxFoldersByContainerAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IBaseMailboxFoldersAsync.root
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.root
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.root
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IReadOnlyMailboxFoldersAsync.root
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IBaseMailboxFoldersAsync.trash
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.trash
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.trash
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IReadOnlyMailboxFoldersAsync.trash
(AsyncHandler<ItemValue<MailboxFolder>> handler) -
Uses of MailboxFolder in net.bluemind.backend.mail.api.utils
Methods in net.bluemind.backend.mail.api.utils that return types with arguments of type MailboxFolderMethod parameters in net.bluemind.backend.mail.api.utils with type arguments of type MailboxFolderModifier and TypeMethodDescriptionFolderTree.children
(ItemValue<MailboxFolder> parent) static FolderTree
FolderTree.of
(List<ItemValue<MailboxFolder>> folders)