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 |
---|---|
static <MD extends DbxDataObject> |
DbxDelta.Entry.Reader.extract(com.fasterxml.jackson.core.JsonParser parser,
JsonReader<MD> metadataReader) |
DbxDelta.Entry<MD> |
DbxDelta.Entry.Reader.read(com.fasterxml.jackson.core.JsonParser parser) |
Constructor and Description |
---|
DbxDelta(boolean reset,
List<DbxDelta.Entry<MD>> entries,
String cursor,
boolean hasMore) |
Copyright © 2013. All rights reserved.