Uses of Class
com.contentful.java.cma.model.rich.CMARichBlock
-
Packages that use CMARichBlock Package Description com.contentful.java.cma.model.rich -
-
Uses of CMARichBlock in com.contentful.java.cma.model.rich
Subclasses of CMARichBlock in com.contentful.java.cma.model.rich Modifier and Type Class Description 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.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.classCMARichUnorderedListRepresentation of a block of unordered items.Methods in com.contentful.java.cma.model.rich that return CMARichBlock Modifier and Type Method Description CMARichBlockCMARichBlock. addContent(CMARichNode... content)adds content to the already existing content.CMARichBlockCMARichBlock. setContent(java.util.List<CMARichNode> content)Updates the old content by overwriting it with the new content.
-