| Package | Description |
|---|---|
| com.dropbox.core |
| Modifier and Type | Field and Description |
|---|---|
List<DbxDelta.Entry<MD>> |
DbxDelta.entries
Apply these entries to your local state to catch up with the Dropbox server's state.
|
| Modifier and Type | Method and Description |
|---|---|
DbxDelta.Entry<MD> |
DbxDelta.Entry.Reader.read(com.fasterxml.jackson.core.JsonParser parser) |
static <MD extends Dumpable> |
DbxDelta.Entry.Reader.read(com.fasterxml.jackson.core.JsonParser parser,
JsonReader<MD> metadataReader) |
| Constructor and Description |
|---|
DbxDelta(boolean reset,
List<DbxDelta.Entry<MD>> entries,
String cursor,
boolean hasMore) |
Copyright © 2014. All rights reserved.