Package com.dropbox.core.v1
Class DbxEntry.WithChildren
java.lang.Object
com.dropbox.core.util.Dumpable
com.dropbox.core.v1.DbxEntry.WithChildren
- All Implemented Interfaces:
Serializable
- Enclosing class:
DbxEntry
Holds the metadata for a file or folder; if it's a folder, we also store the folder's
hash and the metadata of its immediate children.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionIfentryis a folder, this will contain the metadata of the folder's immediate children.final DbxEntryThe metadata for the base file or folder.final StringIfentryis a folder, this will contain a hash that identifies the folder's contents.static final JsonReader<DbxEntry.WithChildren> static final JsonReader<DbxEntry.WithChildren> static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.dropbox.core.util.Dumpable
getTypeName, toString, toString, toStringMultiline, toStringMultiline
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
entry
The metadata for the base file or folder. -
hash
Ifentryis a folder, this will contain a hash that identifies the folder's contents. This value can be used withDbxClientV1.getMetadataWithChildrenIfChanged(java.lang.String, boolean, java.lang.String)to void downloading the folder contents if they havne't changed. -
children
Ifentryis a folder, this will contain the metadata of the folder's immediate children. If it's not a folder, this will benull. -
Reader
-
ReaderMaybeDeleted
-
-
Constructor Details
-
Method Details