Package net.bluemind.exchange.mapi.api
Interface IMapiFolderAssociatedInformationPromise
public interface IMapiFolderAssociatedInformationPromise
-
Method Summary
Modifier and TypeMethodDescriptionall()
deleteByIds
(Collection<Long> internalIds) getByFolderId
(String folderId) getCompleteById
(long id)
-
Method Details
-
all
CompletableFuture<List<ItemValue<MapiFAI>>> all() -
deleteAll
CompletableFuture<Void> deleteAll() -
deleteByIds
-
getByFolderId
-
getCompleteById
-
preload
-
store
-