Package notion.api.v1.model.blocks
Class TableRowBlock.Element
-
- All Implemented Interfaces:
public class TableRowBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private List<List<PageProperty.RichText>>
cells
-
Constructor Summary
Constructors Constructor Description TableRowBlock.Element(List<List<PageProperty.RichText>> cells)
TableRowBlock.Element()
-
Method Summary
Modifier and Type Method Description final List<List<PageProperty.RichText>>
getCells()
final Unit
setCells(List<List<PageProperty.RichText>> cells)
-
-
Constructor Detail
-
TableRowBlock.Element
TableRowBlock.Element(List<List<PageProperty.RichText>> cells)
-
TableRowBlock.Element
TableRowBlock.Element()
-
-
Method Detail
-
getCells
final List<List<PageProperty.RichText>> getCells()
-
setCells
final Unit setCells(List<List<PageProperty.RichText>> cells)
-
-
-
-