public class Content extends Object
Modifier and Type | Field and Description |
---|---|
static Content |
empty
An empty Content object for your convenience.
|
Constructor and Description |
---|
Content()
Initialise an empty Content object.
|
Content(List<Content> contents)
Initialise a content object that includes the contents of each (Content) item
in the list
contents . |
public static final Content empty
Licenced under the Apache License, Version 2.0