public static class Content.ContentFolder extends Object
List<Content>
files
List<Content.ContentFolder>
folders
@Nullable String
name
ContentFolder(@Nullable String name, @NotNull Content[] contents)
void
addContent(Content content)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Nullable public @Nullable String name
public List<Content> files
public List<Content.ContentFolder> folders
public ContentFolder(@Nullable @Nullable String name, @NotNull @NotNull Content[] contents)
public void addContent(Content content)
Copyright © 2016. All rights reserved.