Package com.contentful.java.cda.rich
Class CDARichBlock
- java.lang.Object
-
- com.contentful.java.cda.rich.CDARichNode
-
- com.contentful.java.cda.rich.CDARichBlock
-
- Direct Known Subclasses:
CDARichDocument,CDARichHeading,CDARichHyperLink,CDARichList,CDARichListItem,CDARichParagraph,CDARichQuote
public class CDARichBlock extends CDARichNode
A collection of several nodes.
-
-
Constructor Summary
Constructors Constructor Description CDARichBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CDARichNode>getContent()
-
-
-
Method Detail
-
getContent
public java.util.List<CDARichNode> getContent()
- Returns:
- a changeable list of contents of this block
-
-