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 | 
|---|---|
java.lang.String | 
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 java.lang.String collectionId
public java.util.List<CollectionSyncResponse.ServerChange> commands
public java.util.List<CollectionSyncResponse.ServerResponse> responses
public boolean moreAvailable
public boolean forceResponse
Copyright © 2023. All Rights Reserved.