Package | Description |
---|---|
com.dropbox.core |
Modifier and Type | Method and Description |
---|---|
DbxDelta<DbxEntry> |
DbxClient.getDelta(String cursor)
Return "delta" entries for the contents of a user's Dropbox.
|
DbxDelta<DbxEntry> |
DbxClient.getDeltaWithPathPrefix(String cursor,
String pathPrefix)
Same as
DbxClient.getDelta(java.lang.String) , except results are limited to files and folders whose
paths are equal to or under the specified pathPrefix . |
DbxDelta<MD> |
DbxDelta.Reader.read(com.fasterxml.jackson.core.JsonParser parser) |
static <MD extends Dumpable> |
DbxDelta.Reader.read(com.fasterxml.jackson.core.JsonParser parser,
JsonReader<MD> metadataReader) |
Copyright © 2014. All rights reserved.