Modifier and Type | Method and Description |
---|---|
Ack |
IAddressBook.createById(long id,
VCard value) |
Ack |
IAddressBook.updateById(long id,
VCard value) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Ack> |
IAddressBookPromise.createById(long id,
VCard value) |
java.util.concurrent.CompletableFuture<Ack> |
IAddressBookPromise.updateById(long id,
VCard value) |
Modifier and Type | Method and Description |
---|---|
void |
IAddressBookAsync.createById(long id,
VCard value,
AsyncHandler<Ack> handler) |
void |
IAddressBookAsync.updateById(long id,
VCard value,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
Ack |
AddressBookService.createById(long id,
VCard card) |
Ack |
AddressBookService.updateById(long id,
VCard card) |
Modifier and Type | Class and Description |
---|---|
class |
ImapAck |
Modifier and Type | Method and Description |
---|---|
Ack |
IMailboxItems.addFlag(FlagUpdate flagUpdate)
Add one flag to multiple
MailboxItem . |
Ack |
IMailboxItems.deleteFlag(FlagUpdate flagUpdate)
Delete one flag to multiple
MailboxItem . |
Ack |
IMailboxFolders.updateById(long id,
MailboxFolder value) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Ack> |
IMailboxItemsPromise.addFlag(FlagUpdate flagUpdate) |
java.util.concurrent.CompletableFuture<Ack> |
IMailboxItemsPromise.deleteFlag(FlagUpdate flagUpdate) |
java.util.concurrent.CompletableFuture<Ack> |
IMailboxFoldersPromise.updateById(long id,
MailboxFolder value) |
java.util.concurrent.CompletableFuture<Ack> |
IMailboxFoldersByContainerPromise.updateById(long id,
MailboxFolder value) |
Modifier and Type | Method and Description |
---|---|
void |
IMailboxItemsAsync.addFlag(FlagUpdate flagUpdate,
AsyncHandler<Ack> handler) |
void |
IMailboxItemsAsync.deleteFlag(FlagUpdate flagUpdate,
AsyncHandler<Ack> handler) |
void |
IMailboxFoldersAsync.updateById(long id,
MailboxFolder value,
AsyncHandler<Ack> handler) |
void |
IMailboxFoldersByContainerAsync.updateById(long id,
MailboxFolder value,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
Ack |
ImapMailboxRecordsService.addFlag(FlagUpdate flagUpdate) |
Ack |
ImapMailboxRecordsService.deleteFlag(FlagUpdate flagUpdate) |
Ack |
ImapReplicatedMailboxesService.updateById(long id,
MailboxFolder value) |
Modifier and Type | Method and Description |
---|---|
Ack |
ICalendar.createById(long id,
VEventSeries event)
Creates a
VEventSeries . |
Ack |
ICalendar.updateById(long id,
VEventSeries value)
Update the event identified by the given item identifier.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Ack> |
ICalendarPromise.createById(long id,
VEventSeries event) |
java.util.concurrent.CompletableFuture<Ack> |
ICalendarPromise.updateById(long id,
VEventSeries value) |
Modifier and Type | Method and Description |
---|---|
void |
ICalendarAsync.createById(long id,
VEventSeries event,
AsyncHandler<Ack> handler) |
void |
ICalendarAsync.updateById(long id,
VEventSeries value,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
Ack |
CalendarAuditProxy.createById(long id,
VEventSeries event) |
Ack |
CalendarAuditProxy.updateById(long id,
VEventSeries value) |
Modifier and Type | Method and Description |
---|---|
Ack |
CalendarService.createById(long id,
VEventSeries event) |
Ack |
CalendarService.updateById(long id,
VEventSeries event) |
Modifier and Type | Method and Description |
---|---|
static Ack |
Ack.create(long v) |
Ack |
ICrudByIdSupport.createById(long id,
T value) |
Ack |
ICrudByIdSupport.updateById(long id,
T value) |
Modifier and Type | Method and Description |
---|---|
Ack |
IMapiFolder.createById(long id,
MapiRawMessage value) |
Ack |
IMapiFolder.updateById(long id,
MapiRawMessage value) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Ack> |
IMapiFolderPromise.createById(long id,
MapiRawMessage value) |
java.util.concurrent.CompletableFuture<Ack> |
IMapiFolderPromise.updateById(long id,
MapiRawMessage value) |
Modifier and Type | Method and Description |
---|---|
void |
IMapiFolderAsync.createById(long id,
MapiRawMessage value,
AsyncHandler<Ack> handler) |
void |
IMapiFolderAsync.updateById(long id,
MapiRawMessage value,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
Ack |
MapiFolderService.createById(long id,
MapiRawMessage value) |
Ack |
MapiFolderService.updateById(long id,
MapiRawMessage value) |
Modifier and Type | Method and Description |
---|---|
Ack |
ITodoList.createById(long id,
VTodo value)
Create a
VTodo |
Ack |
ITodoList.updateById(long id,
VTodo value)
Update a
VTodo |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Ack> |
ITodoListPromise.createById(long id,
VTodo value) |
java.util.concurrent.CompletableFuture<Ack> |
ITodoListPromise.updateById(long id,
VTodo value) |
Modifier and Type | Method and Description |
---|---|
void |
ITodoListAsync.createById(long id,
VTodo value,
AsyncHandler<Ack> handler) |
void |
ITodoListAsync.updateById(long id,
VTodo value,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
Ack |
TodoListService.createById(long id,
VTodo value) |
Ack |
TodoListService.updateById(long id,
VTodo value) |
Copyright © 2021. All Rights Reserved.