-
- All Implemented Interfaces:
-
notion.api.v1.model.common.ObjectType
public interface Block implements ObjectType
-
-
Method Summary
Modifier and Type Method Description ParagraphBlock
asParagraph()
abstract String
getId()
abstract String
getType()
abstract String
getCreatedTime()
abstract String
getLastEditedTime()
abstract Boolean
getHasChildren()
abstract String
getObjectType()
-
-
Method Detail
-
asParagraph
ParagraphBlock asParagraph()
-
getCreatedTime
abstract String getCreatedTime()
-
getLastEditedTime
abstract String getLastEditedTime()
-
getHasChildren
abstract Boolean getHasChildren()
-
getObjectType
abstract String getObjectType()
-
-
-
-