Package notion.api.v1.model.blocks
Class SyncedBlock.Element
-
- All Implemented Interfaces:
public class SyncedBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private final SyncedFrom
syncedFrom
private final List<Block>
children
-
Constructor Summary
Constructors Constructor Description SyncedBlock.Element(SyncedFrom syncedFrom, List<Block> children)
SyncedBlock.Element(SyncedFrom syncedFrom)
SyncedBlock.Element()
-
Method Summary
Modifier and Type Method Description final SyncedFrom
getSyncedFrom()
final List<Block>
getChildren()
-
-
Constructor Detail
-
SyncedBlock.Element
SyncedBlock.Element(SyncedFrom syncedFrom, List<Block> children)
-
SyncedBlock.Element
SyncedBlock.Element(SyncedFrom syncedFrom)
-
SyncedBlock.Element
SyncedBlock.Element()
-
-
Method Detail
-
getSyncedFrom
final SyncedFrom getSyncedFrom()
-
getChildren
final List<Block> getChildren()
-
-
-
-