Package | Description |
---|---|
com.dropbox.core | |
com.dropbox.core.util |
Modifier and Type | Method and Description |
---|---|
Maybe<DbxEntry.WithChildren> |
DbxClient.getMetadataWithChildrenIfChanged(String path,
String previousFolderHash)
Get the metadata for a given path and its children if anything has
changed since the last time you got them (as determined by the value
of
DbxEntry.WithChildren.hash from the last result). |
<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 |
---|---|
static <T> Maybe<T> |
Maybe.Just(T value) |
static <T> Maybe<T> |
Maybe.Nothing() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Maybe.equals(Maybe<T> other) |
Copyright © 2014. All rights reserved.