| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
IAddressBook.updates(VCardChanges changes)
Updates multiples entries at once (should be transactional: if one
 operation fail, nothing is written) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<ContainerUpdatesResult> | 
IAddressBookPromise.updates(VCardChanges changes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IAddressBookAsync.updates(VCardChanges changes,
       AsyncHandler<ContainerUpdatesResult> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
AddressBookService.updates(VCardChanges changes)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
ICalendar.updates(VEventChanges changes)
Applies changes (create, update, delete) to a calendar specified by its
  
containerUid. | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<ContainerUpdatesResult> | 
ICalendarPromise.updates(VEventChanges changes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ICalendarAsync.updates(VEventChanges changes,
       AsyncHandler<ContainerUpdatesResult> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
IInternalCalendar.updates(VEventChanges changes,
       boolean notify)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
CalendarAuditProxy.updates(VEventChanges changes)  | 
ContainerUpdatesResult | 
CalendarAuditProxy.updates(VEventChanges changes,
       boolean notify)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
CalendarService.updates(VEventChanges changes)  | 
ContainerUpdatesResult | 
CalendarService.updates(VEventChanges changes,
       boolean notify)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
ITags.updates(TagChanges changes)
Updates multiples entries at once (should be transactional: if one
 operation fail, nothing is written) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<ContainerUpdatesResult> | 
ITagsPromise.updates(TagChanges changes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ITagsAsync.updates(TagChanges changes,
       AsyncHandler<ContainerUpdatesResult> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
Tags.updates(TagChanges changes)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
ITodoList.updates(VTodoChanges changes)
Updates multiples entries at once (should be transactional: if one operation
 fail, nothing is written) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<ContainerUpdatesResult> | 
ITodoListPromise.updates(VTodoChanges changes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ITodoListAsync.updates(VTodoChanges changes,
       AsyncHandler<ContainerUpdatesResult> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerUpdatesResult | 
TodoListService.updates(VTodoChanges changes)  | 
Copyright © 2021. All Rights Reserved.