| Package | Description | 
|---|---|
| com.contentful.java.cma.model.rich | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CMARichDocumentThe base of a rich text field, containing all the other nodes. | 
| class  | CMARichEmbeddedLinkThis node is an inline link to a CMAEntry | 
| class  | CMARichHeadingDefines a headline of the text. | 
| class  | CMARichHyperLinkThis block represents a link to a website. | 
| class  | CMARichListItemA block representing an item inside a list. | 
| class  | CMARichOrderedListA list of elements, ordered by number. | 
| class  | CMARichParagraphA paragraph of nodes, usually rendered together. | 
| class  | CMARichQuoteA block of nodes rendered as a direct quote. | 
| class  | CMARichUnorderedListRepresentation of a block of unordered items. | 
| Modifier and Type | Method and Description | 
|---|---|
| CMARichBlock | CMARichBlock. addContent(CMARichNode... content)adds content to the already existing content. | 
| CMARichBlock | CMARichBlock. setContent(java.util.List<CMARichNode> content)Updates the old content by overwriting it with the new content. | 
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.