Uses of Class
com.contentful.java.cma.model.rich.CMARichText
-
Packages that use CMARichText Package Description com.contentful.java.cma.model.rich -
-
Uses of CMARichText in com.contentful.java.cma.model.rich
Methods in com.contentful.java.cma.model.rich that return CMARichText Modifier and Type Method Description CMARichTextCMARichText. addMarks(CMARichMark... marks)Adds the given marks to this texts marks.CMARichTextCMARichText. setMarks(java.util.List<CMARichMark> marks)Updates the marks of this text.CMARichTextCMARichText. setValue(java.lang.CharSequence value)Update the value of this text.
-