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