Uses of Class
com.contentful.java.cma.model.rich.CMARichNode
-
Packages that use CMARichNode Package Description com.contentful.java.cma.model.rich -
-
Uses of CMARichNode in com.contentful.java.cma.model.rich
Subclasses of CMARichNode in com.contentful.java.cma.model.rich Modifier and Type Class Description classCMARichBlockA collection of several nodes.classCMARichDocumentThe base of a rich text field, containing all the other nodes.classCMARichEmbeddedLinkThis node is an inline link to a CMAEntryclassCMARichHeadingDefines a headline of the text.classCMARichHorizontalRuleA node representing a division, called a horizontal rule.classCMARichHyperLinkThis block represents a link to a website.classCMARichListItemA block representing an item inside a list.classCMARichOrderedListA list of elements, ordered by number.classCMARichParagraphA paragraph of nodes, usually rendered together.classCMARichQuoteA block of nodes rendered as a direct quote.classCMARichTableRich Text table.classCMARichTableCellRich Text table cell.classCMARichTableHeaderCellRich Text table header cell.classCMARichTableRowRich Text table row.classCMARichTextA leaf element of the rich text node graph: Render a given text with the given markings.classCMARichUnorderedListRepresentation of a block of unordered items.Methods in com.contentful.java.cma.model.rich that return types with arguments of type CMARichNode Modifier and Type Method Description java.util.List<CMARichNode>CMARichBlock. getContent()Methods in com.contentful.java.cma.model.rich with parameters of type CMARichNode Modifier and Type Method Description CMARichBlockCMARichBlock. addContent(CMARichNode... content)adds content to the already existing content.Method parameters in com.contentful.java.cma.model.rich with type arguments of type CMARichNode Modifier and Type Method Description CMARichBlockCMARichBlock. setContent(java.util.List<CMARichNode> content)Updates the old content by overwriting it with the new content.
-