Package | Description |
---|---|
com.dropbox.core |
Modifier and Type | Field and Description |
---|---|
static JsonReader<DbxEntry.WithChildren> |
DbxEntry.WithChildren.Reader |
static JsonReader<DbxEntry.WithChildren> |
DbxEntry.WithChildren.ReaderMaybeDeleted |
Modifier and Type | Method and Description |
---|---|
DbxEntry.WithChildren |
DbxClient.getMetadataWithChildren(String path)
Get the metadata for a given path; if the path refers to a folder,
get all the children's metadata as well.
|
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
hash from the last result). |
Modifier and Type | Method and Description |
---|---|
boolean |
DbxEntry.WithChildren.equals(DbxEntry.WithChildren o) |
Copyright © 2014. All rights reserved.