public static class CollectionSyncResponse.ServerResponse
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CollectionSyncResponse.ServerResponse.Operation |
Modifier and Type | Field and Description |
---|---|
SyncStatus |
ackStatus |
java.lang.String |
clientId
Non-null for Add operation
|
java.util.Optional<AppData> |
fetch
data is present on Fetch
|
CollectionItem |
item |
CollectionSyncResponse.ServerResponse.Operation |
operation |
Constructor and Description |
---|
ServerResponse() |
public SyncStatus ackStatus
public CollectionSyncResponse.ServerResponse.Operation operation
public CollectionItem item
public java.lang.String clientId
public java.util.Optional<AppData> fetch
Copyright © 2021. All Rights Reserved.