Class CMARichDocument
- java.lang.Object
-
- com.contentful.java.cma.model.rich.CMARichNode
-
- com.contentful.java.cma.model.rich.CMARichBlock
-
- com.contentful.java.cma.model.rich.CMARichDocument
-
public class CMARichDocument extends CMARichBlock
The base of a rich text field, containing all the other nodes.
-
-
Field Summary
-
Fields inherited from class com.contentful.java.cma.model.rich.CMARichNode
data
-
-
Constructor Summary
Constructors Constructor Description CMARichDocument()Create a new document.
-
Method Summary
-
Methods inherited from class com.contentful.java.cma.model.rich.CMARichBlock
addContent, getContent, setContent
-
Methods inherited from class com.contentful.java.cma.model.rich.CMARichNode
getNodeType
-
-