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 arg1) |
java.util.concurrent.CompletableFuture<Ack> |
IAddressBookPromise.updateById(long id,
VCard arg1) |
Modifier and Type | Method and Description |
---|---|
void |
IAddressBookAsync.createById(long id,
VCard arg1,
AsyncHandler<Ack> handler) |
void |
IAddressBookAsync.updateById(long id,
VCard arg1,
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 |
IMailConversationActions.addFlag(ConversationFlagUpdate flagUpdate)
Adds one flag to multiple
Conversation s. |
Ack |
IMailboxItems.addFlag(FlagUpdate flagUpdate)
Add one flag to multiple
MailboxItem . |
Ack |
IMailConversationActions.deleteFlag(ConversationFlagUpdate flagUpdate)
Removes a flag from multiple
Conversation s. |
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> |
IMailConversationActionsPromise.addFlag(ConversationFlagUpdate flagUpdate) |
java.util.concurrent.CompletableFuture<Ack> |
IMailboxItemsPromise.addFlag(FlagUpdate flagUpdate) |
java.util.concurrent.CompletableFuture<Ack> |
IMailboxItemsPromise.createById(long id,
MailboxItem arg1) |
java.util.concurrent.CompletableFuture<Ack> |
IMailConversationActionsPromise.deleteFlag(ConversationFlagUpdate 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) |
java.util.concurrent.CompletableFuture<Ack> |
IMailboxItemsPromise.updateById(long id,
MailboxItem arg1) |
Modifier and Type | Method and Description |
---|---|
void |
IMailConversationActionsAsync.addFlag(ConversationFlagUpdate flagUpdate,
AsyncHandler<Ack> handler) |
void |
IMailboxItemsAsync.addFlag(FlagUpdate flagUpdate,
AsyncHandler<Ack> handler) |
void |
IMailboxItemsAsync.createById(long id,
MailboxItem arg1,
AsyncHandler<Ack> handler) |
void |
IMailConversationActionsAsync.deleteFlag(ConversationFlagUpdate flagUpdate,
AsyncHandler<Ack> handler) |
void |
IMailboxItemsAsync.deleteFlag(FlagUpdate flagUpdate,
AsyncHandler<Ack> handler) |
void |
IMailboxFoldersByContainerAsync.updateById(long id,
MailboxFolder value,
AsyncHandler<Ack> handler) |
void |
IMailboxFoldersAsync.updateById(long id,
MailboxFolder value,
AsyncHandler<Ack> handler) |
void |
IMailboxItemsAsync.updateById(long id,
MailboxItem arg1,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
Ack |
MailConversationActionsService.addFlag(ConversationFlagUpdate flagUpdate) |
Ack |
ImapMailboxRecordsService.addFlag(FlagUpdate flagUpdate) |
Ack |
MailConversationActionsService.deleteFlag(ConversationFlagUpdate flagUpdate) |
Ack |
ImapMailboxRecordsService.deleteFlag(FlagUpdate flagUpdate) |
Ack |
ImapReplicatedMailboxesService.updateById(long id,
MailboxFolder v) |
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 arg1) |
java.util.concurrent.CompletableFuture<Ack> |
ICalendarPromise.updateById(long id,
VEventSeries arg1) |
Modifier and Type | Method and Description |
---|---|
void |
ICalendarAsync.createById(long id,
VEventSeries arg1,
AsyncHandler<Ack> handler) |
void |
ICalendarAsync.updateById(long id,
VEventSeries arg1,
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 |
ICrudSupport.create(java.lang.String uid,
T value) |
Ack |
ICrudByIdSupport.createById(long id,
T value) |
Ack |
ICrudSupport.update(java.lang.String uid,
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 arg1) |
java.util.concurrent.CompletableFuture<Ack> |
IMapiFolderPromise.updateById(long id,
MapiRawMessage arg1) |
Modifier and Type | Method and Description |
---|---|
void |
IMapiFolderAsync.createById(long id,
MapiRawMessage arg1,
AsyncHandler<Ack> handler) |
void |
IMapiFolderAsync.updateById(long id,
MapiRawMessage arg1,
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 |
INote.createById(long id,
VNote value)
Create a
VNote |
Ack |
INote.updateById(long id,
VNote value)
Update a
VNote |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Ack> |
INotePromise.createById(long id,
VNote arg1) |
java.util.concurrent.CompletableFuture<Ack> |
INotePromise.updateById(long id,
VNote arg1) |
Modifier and Type | Method and Description |
---|---|
void |
INoteAsync.createById(long id,
VNote arg1,
AsyncHandler<Ack> handler) |
void |
INoteAsync.updateById(long id,
VNote arg1,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
Ack |
NoteService.createById(long id,
VNote value) |
Ack |
NoteService.updateById(long id,
VNote 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 arg1) |
java.util.concurrent.CompletableFuture<Ack> |
ITodoListPromise.updateById(long id,
VTodo arg1) |
Modifier and Type | Method and Description |
---|---|
void |
ITodoListAsync.createById(long id,
VTodo arg1,
AsyncHandler<Ack> handler) |
void |
ITodoListAsync.updateById(long id,
VTodo arg1,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
Ack |
TodoListService.createById(long id,
VTodo value) |
Ack |
TodoListService.updateById(long id,
VTodo value) |
Modifier and Type | Method and Description |
---|---|
Ack |
IWebAppData.create(java.lang.String uid,
WebAppData value) |
Ack |
IWebAppData.update(java.lang.String uid,
WebAppData value) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Ack> |
IWebAppDataPromise.create(java.lang.String uid,
WebAppData arg1) |
java.util.concurrent.CompletableFuture<Ack> |
IWebAppDataPromise.update(java.lang.String uid,
WebAppData arg1) |
Modifier and Type | Method and Description |
---|---|
void |
IWebAppDataAsync.create(java.lang.String uid,
WebAppData arg1,
AsyncHandler<Ack> handler) |
void |
IWebAppDataAsync.update(java.lang.String uid,
WebAppData arg1,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
Ack |
WebAppDataService.create(java.lang.String uid,
WebAppData webAppData) |
Ack |
NoOpWebAppDataService.create(java.lang.String uid,
WebAppData value) |
Ack |
WebAppDataService.update(java.lang.String uid,
WebAppData webAppData) |
Ack |
NoOpWebAppDataService.update(java.lang.String uid,
WebAppData value) |
Copyright © 2023. All Rights Reserved.