public static final class DbxEntry.WithChildren extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
List<DbxEntry> |
children
If
entry is a folder, this will contain the metadata of the folder's
immediate children. |
DbxEntry |
entry |
String |
hash
If
entry is a folder, this will contain a hash that identifies the folder's
contents. |
static JsonReader<DbxEntry.WithChildren> |
Reader |
static long |
serialVersionUID |
Constructor and Description |
---|
DbxEntry.WithChildren(DbxEntry entry,
String hash,
List<DbxEntry> children) |
public static final long serialVersionUID
public final DbxEntry entry
public final String hash
entry
is a folder, this will contain a hash that identifies the folder's
contents. This value can be used with DbxClient.getMetadataWithChildrenIfChanged(java.lang.String, java.lang.String)
to void downloading the folder contents if they havne't changed.public final List<DbxEntry> children
entry
is a folder, this will contain the metadata of the folder's
immediate children. If it's not a folder, this will be null
.public static final JsonReader<DbxEntry.WithChildren> Reader
Copyright © 2013. All rights reserved.