Package | Description |
---|---|
com.dropbox.core |
Modifier and Type | Field and Description |
---|---|
Collector<DbxDeltaC.Entry<MD>,C> |
DbxDeltaC.Reader.entryCollector |
Modifier and Type | Method and Description |
---|---|
DbxDeltaC.Entry<MD> |
DbxDeltaC.Entry.Reader.read(com.fasterxml.jackson.core.JsonParser parser) |
static <MD extends Dumpable> |
DbxDeltaC.Entry.Reader.read(com.fasterxml.jackson.core.JsonParser parser,
JsonReader<MD> metadataReader) |
Modifier and Type | Method and Description |
---|---|
<C> DbxDeltaC<C> |
DbxClient.getDeltaC(Collector<DbxDeltaC.Entry<DbxEntry>,C> collector,
String cursor)
A more generic version of
DbxClient.getDelta(java.lang.String) . |
<C> DbxDeltaC<C> |
DbxClient.getDeltaCWithPathPrefix(Collector<DbxDeltaC.Entry<DbxEntry>,C> collector,
String cursor,
String pathPrefix)
A more generic version of
DbxClient.getDeltaWithPathPrefix(java.lang.String, java.lang.String) . |
static <C,MD extends Dumpable> |
DbxDeltaC.Reader.read(com.fasterxml.jackson.core.JsonParser parser,
JsonReader<MD> metadataReader,
Collector<DbxDeltaC.Entry<MD>,C> entryCollector) |
Constructor and Description |
---|
DbxDeltaC.Reader(JsonReader<MD> metadataReader,
Collector<DbxDeltaC.Entry<MD>,C> entryCollector) |
Copyright © 2014. All rights reserved.