-
- All Implemented Interfaces:
public final class BlockElementUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PageProperty.RichText>textprivate final Booleanchecked
-
Constructor Summary
Constructors Constructor Description BlockElementUpdate(List<PageProperty.RichText> text, Boolean checked)BlockElementUpdate(List<PageProperty.RichText> text)BlockElementUpdate()
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>getText()final BooleangetChecked()-
-
Constructor Detail
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> text, Boolean checked)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> text)
-
BlockElementUpdate
BlockElementUpdate()
-
-
Method Detail
-
getText
final List<PageProperty.RichText> getText()
-
getChecked
final Boolean getChecked()
-
-
-
-