Package notion.api.v1.model.blocks
Class BlockElementUpdate
-
- All Implemented Interfaces:
public final class BlockElementUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PageProperty.RichText>
richText
private final List<PageProperty.RichText>
caption
private final Boolean
checked
private final String
url
private ExternalFileDetails
external
private String
language
private String
expression
private String
color
private LinkToPage
linkToPage
private final Icon
icon
private SyncedFrom
syncedFrom
private final Boolean
hasColumnHeader
private final Boolean
hasRowHeader
private final List<List<PageProperty.RichText>>
cells
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>
getRichText()
final List<PageProperty.RichText>
getCaption()
final Boolean
getChecked()
final String
getUrl()
final ExternalFileDetails
getExternal()
final Unit
setExternal(ExternalFileDetails external)
final String
getLanguage()
final Unit
setLanguage(String language)
final String
getExpression()
final Unit
setExpression(String expression)
final String
getColor()
final Unit
setColor(String color)
final LinkToPage
getLinkToPage()
final Unit
setLinkToPage(LinkToPage linkToPage)
final Icon
getIcon()
final SyncedFrom
getSyncedFrom()
final Unit
setSyncedFrom(SyncedFrom syncedFrom)
final Boolean
getHasColumnHeader()
final Boolean
getHasRowHeader()
final List<List<PageProperty.RichText>>
getCells()
-
-
Constructor Detail
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external, String language, String expression, String color, LinkToPage linkToPage, Icon icon, SyncedFrom syncedFrom, Boolean hasColumnHeader, Boolean hasRowHeader, List<List<PageProperty.RichText>> cells)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external, String language, String expression, String color, LinkToPage linkToPage, Icon icon, SyncedFrom syncedFrom, Boolean hasColumnHeader, Boolean hasRowHeader)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external, String language, String expression, String color, LinkToPage linkToPage, Icon icon, SyncedFrom syncedFrom, Boolean hasColumnHeader)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external, String language, String expression, String color, LinkToPage linkToPage, Icon icon, SyncedFrom syncedFrom)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external, String language, String expression, String color, LinkToPage linkToPage, Icon icon)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external, String language, String expression, String color, LinkToPage linkToPage)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external, String language, String expression, String color)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external, String language, String expression)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external, String language)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url, ExternalFileDetails external)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked, String url)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption, Boolean checked)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText, List<PageProperty.RichText> caption)
-
BlockElementUpdate
BlockElementUpdate(List<PageProperty.RichText> richText)
-
BlockElementUpdate
BlockElementUpdate()
-
-
Method Detail
-
getRichText
final List<PageProperty.RichText> getRichText()
-
getCaption
final List<PageProperty.RichText> getCaption()
-
getChecked
final Boolean getChecked()
-
getExternal
final ExternalFileDetails getExternal()
-
setExternal
final Unit setExternal(ExternalFileDetails external)
-
getLanguage
final String getLanguage()
-
setLanguage
final Unit setLanguage(String language)
-
getExpression
final String getExpression()
-
setExpression
final Unit setExpression(String expression)
-
getLinkToPage
final LinkToPage getLinkToPage()
-
setLinkToPage
final Unit setLinkToPage(LinkToPage linkToPage)
-
getSyncedFrom
final SyncedFrom getSyncedFrom()
-
setSyncedFrom
final Unit setSyncedFrom(SyncedFrom syncedFrom)
-
getHasColumnHeader
final Boolean getHasColumnHeader()
-
getHasRowHeader
final Boolean getHasRowHeader()
-
getCells
final List<List<PageProperty.RichText>> getCells()
-
-
-
-