-
- All Implemented Interfaces:
-
notion.api.v1.model.common.ObjectType
public interface Block implements ObjectType
-
-
Method Summary
Modifier and Type Method Description ParagraphBlockasParagraph()abstract StringgetId()abstract StringgetType()abstract StringgetCreatedTime()abstract StringgetLastEditedTime()abstract BooleangetHasChildren()abstract StringgetObjectType()-
-
Method Detail
-
asParagraph
ParagraphBlock asParagraph()
-
getCreatedTime
abstract String getCreatedTime()
-
getLastEditedTime
abstract String getLastEditedTime()
-
getHasChildren
abstract Boolean getHasChildren()
-
getObjectType
abstract String getObjectType()
-
-
-
-