-
- All Implemented Interfaces:
-
notion.api.v1.model.common.ObjectType
public interface SearchResult implements ObjectType
-
-
Method Summary
Modifier and Type Method Description abstract StringgetObjectType()abstract StringgetId()abstract StringgetCreatedTime()abstract StringgetLastEditedTime()-
-
Method Detail
-
getObjectType
abstract String getObjectType()
-
getCreatedTime
abstract String getCreatedTime()
-
getLastEditedTime
abstract String getLastEditedTime()
-
-
-
-