-
- All Implemented Interfaces:
-
notion.api.v1.model.common.WithObjectType
public interface SearchResult implements WithObjectType
-
-
Method Summary
Modifier and Type Method Description DatabaseSearchResult
asDatabase()
PageSearchResult
asPage()
abstract ObjectType
getObjectType()
abstract String
getId()
abstract Icon
getIcon()
abstract Cover
getCover()
abstract String
getCreatedTime()
abstract String
getLastEditedTime()
-
-
Method Detail
-
asDatabase
DatabaseSearchResult asDatabase()
-
asPage
PageSearchResult asPage()
-
getObjectType
abstract ObjectType getObjectType()
-
getCreatedTime
abstract String getCreatedTime()
-
getLastEditedTime
abstract String getLastEditedTime()
-
-
-
-