Class CMARichUnorderedList
- java.lang.Object
-
- com.contentful.java.cma.model.rich.CMARichNode
-
- com.contentful.java.cma.model.rich.CMARichBlock
-
- com.contentful.java.cma.model.rich.CMARichUnorderedList
-
public class CMARichUnorderedList extends CMARichBlock
Representation of a block of unordered items.
-
-
Field Summary
-
Fields inherited from class com.contentful.java.cma.model.rich.CMARichNode
data
-
-
Constructor Summary
Constructors Constructor Description CMARichUnorderedList()Creates an unordered list.
-
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
-
-