Class DbxEntry.WithChildrenC<C>

java.lang.Object
com.dropbox.core.util.Dumpable
com.dropbox.core.v1.DbxEntry.WithChildrenC<C>
All Implemented Interfaces:
Serializable
Enclosing class:
DbxEntry

public static final class DbxEntry.WithChildrenC<C> extends Dumpable implements Serializable
The more general case of DbxEntry.WithChildren. It's used in the C-suffixed variants (DbxClientV1.getMetadataWithChildrenC(java.lang.String, boolean, com.dropbox.core.util.Collector<com.dropbox.core.v1.DbxEntry, ? extends C>) and DbxClientV1.getMetadataWithChildrenIfChanged(java.lang.String, boolean, java.lang.String) to allow you to process the DbxEntry values as the come in and aggregate them into your own object (instead of the default List) using a custom Collector.
See Also: