public static class Content.ContentFolder extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
List<Content> |
files |
List<Content.ContentFolder> |
folders |
String |
name |
| Constructor and Description |
|---|
ContentFolder(String name,
Content[] contents) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(Content content) |
boolean |
equals(Object o) |
int |
getSize() |
int |
hashCode() |
@Nullable public String name
@NotNull public List<Content.ContentFolder> folders
Copyright © 2016. All rights reserved.