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