-
- All Implemented Interfaces:
public final class BlockElementUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PageProperty.RichText>
text
private final Boolean
checked
-
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 Boolean
getChecked()
-
-
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()
-
-
-
-