| Modifier and Type | Method and Description | 
|---|---|
CollectionItem | 
IContentsImporter.importMessageChange(BackendSession bs,
                   int collectionId,
                   ItemDataType type,
                   com.google.common.base.Optional<java.lang.String> serverId,
                   IApplicationData data,
                   CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
                   SyncState syncState)  | 
| Modifier and Type | Method and Description | 
|---|---|
CollectionItem | 
ContentsImporter.importMessageChange(BackendSession bs,
                   int collectionId,
                   ItemDataType type,
                   com.google.common.base.Optional<java.lang.String> serverId,
                   IApplicationData data,
                   CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
                   SyncState syncState)  | 
| Modifier and Type | Method and Description | 
|---|---|
CollectionItem | 
CalendarBackend.store(BackendSession bs,
     java.lang.Integer collectionId,
     com.google.common.base.Optional<java.lang.String> sid,
     IApplicationData data,
     CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
     SyncState syncState)  | 
| Modifier and Type | Method and Description | 
|---|---|
CollectionItem | 
ContactsBackend.store(BackendSession bs,
     int collectionId,
     com.google.common.base.Optional<java.lang.String> sid,
     IApplicationData data,
     CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
     SyncState syncState)  | 
| Modifier and Type | Method and Description | 
|---|---|
CollectionItem | 
TaskBackend.store(BackendSession bs,
     int collectionId,
     com.google.common.base.Optional<java.lang.String> sid,
     IApplicationData data,
     CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
     SyncState syncState)  | 
| Modifier and Type | Field and Description | 
|---|---|
CollectionSyncRequest.Options.ConflicResolution | 
CollectionSyncRequest.Options.conflictPolicy
If the Conflict element is not present, the server object will
 replace the client object when a conflict occurs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CollectionSyncRequest.Options.ConflicResolution | 
CollectionSyncRequest.Options.ConflicResolution.fromXml(java.lang.String txt)  | 
static CollectionSyncRequest.Options.ConflicResolution | 
CollectionSyncRequest.Options.ConflicResolution.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static CollectionSyncRequest.Options.ConflicResolution[] | 
CollectionSyncRequest.Options.ConflicResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2021. All Rights Reserved.