public class CollectionSyncResponse
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CollectionSyncResponse.ServerChange |
static class |
CollectionSyncResponse.ServerResponse
Response items for client changes & fetch requests
|
Modifier and Type | Field and Description |
---|---|
int |
collectionId |
java.util.List<CollectionSyncResponse.ServerChange> |
commands
Holds the changes that occured on server
|
boolean |
forceResponse |
boolean |
moreAvailable |
java.util.List<CollectionSyncResponse.ServerResponse> |
responses
holds the response items for client changes & fetch requests
|
SyncStatus |
status
global status for all server changes (commands)
|
java.lang.String |
syncKey |
Constructor and Description |
---|
CollectionSyncResponse() |
public java.lang.String syncKey
public SyncStatus status
public int collectionId
public java.util.List<CollectionSyncResponse.ServerChange> commands
public java.util.List<CollectionSyncResponse.ServerResponse> responses
public boolean moreAvailable
public boolean forceResponse
Copyright © 2021. All Rights Reserved.