JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.bluemind.backend.mail.api
IItemsTransferPromise
Contents
Description
Method Summary
Method Details
copy(List)
move(List)
Hide sidebar
Show sidebar
Interface IItemsTransferPromise
public interface
IItemsTransferPromise
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
CompletableFuture
<
List
<
ItemIdentifier
>>
copy
(
List
<
Long
> itemIds)
CompletableFuture
<
List
<
ItemIdentifier
>>
move
(
List
<
Long
> itemIds)
Method Details
copy
CompletableFuture
<
List
<
ItemIdentifier
>>
copy
(
List
<
Long
> itemIds)
move
CompletableFuture
<
List
<
ItemIdentifier
>>
move
(
List
<
Long
> itemIds)