Package | Description |
---|---|
com.dropbox.core |
Modifier and Type | Method and Description |
---|---|
<C> DbxEntry.WithChildrenC<C> |
DbxClient.getMetadataWithChildrenC(String path,
Collector<DbxEntry,? extends C> collector)
Same as
DbxClient.getMetadataWithChildren(java.lang.String) except instead of always returning a list of
DbxEntry objects, you specify a Collector that processes the DbxEntry
objects one by one and aggregates them however you want. |
DbxEntry.WithChildrenC<C> |
DbxEntry.WithChildrenC.Reader.read(com.fasterxml.jackson.core.JsonParser parser) |
DbxEntry.WithChildrenC<C> |
DbxEntry.WithChildrenC.ReaderMaybeDeleted.read(com.fasterxml.jackson.core.JsonParser parser) |
static <C> DbxEntry.WithChildrenC<C> |
DbxEntry.read(com.fasterxml.jackson.core.JsonParser parser,
Collector<DbxEntry,? extends C> collector) |
static <C> DbxEntry.WithChildrenC<C> |
DbxEntry.readMaybeDeleted(com.fasterxml.jackson.core.JsonParser parser,
Collector<DbxEntry,? extends C> collector) |
Modifier and Type | Method and Description |
---|---|
<C> Maybe<DbxEntry.WithChildrenC<C>> |
DbxClient.getMetadataWithChildrenIfChangedC(String path,
String previousFolderHash,
Collector<DbxEntry,? extends C> collector)
Same as
DbxClient.getMetadataWithChildrenIfChanged(java.lang.String, java.lang.String) except instead of always returning a list of
DbxEntry objects, you specify a Collector that processes the DbxEntry
objects one by one and aggregates them however you want. |
Modifier and Type | Method and Description |
---|---|
boolean |
DbxEntry.WithChildrenC.equals(DbxEntry.WithChildrenC o) |
Copyright © 2014. All rights reserved.