-
- All Implemented Interfaces:
-
notion.api.v1.model.common.WithObjectType
public final class Page implements WithObjectType
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectTypeobjectTypeprivate final Stringidprivate final Iconiconprivate final Covercoverprivate final StringcreatedTimeprivate final StringlastEditedTimeprivate final Stringurlprivate final PageParentparentprivate final Booleanarchivedprivate final Map<String, PageProperty>properties
-
Constructor Summary
Constructors Constructor Description Page(ObjectType objectType, String id, Icon icon, Cover cover, String createdTime, String lastEditedTime, String url, PageParent parent, Boolean archived, Map<String, PageProperty> properties)Page(ObjectType objectType, String id, Icon icon, Cover cover, String createdTime, String lastEditedTime, String url, PageParent parent, Map<String, PageProperty> properties)Page(ObjectType objectType, String id, Icon icon, Cover cover, String createdTime, String lastEditedTime, String url, Map<String, PageProperty> properties)Page(String id, Icon icon, Cover cover, String createdTime, String lastEditedTime, String url, Map<String, PageProperty> properties)
-
Method Summary
Modifier and Type Method Description ObjectTypegetObjectType()final StringgetId()final IcongetIcon()final CovergetCover()final StringgetCreatedTime()final StringgetLastEditedTime()final StringgetUrl()final PageParentgetParent()final BooleangetArchived()final Map<String, PageProperty>getProperties()-
-
Constructor Detail
-
Page
Page(ObjectType objectType, String id, Icon icon, Cover cover, String createdTime, String lastEditedTime, String url, PageParent parent, Boolean archived, Map<String, PageProperty> properties)
-
Page
Page(ObjectType objectType, String id, Icon icon, Cover cover, String createdTime, String lastEditedTime, String url, PageParent parent, Map<String, PageProperty> properties)
-
Page
Page(ObjectType objectType, String id, Icon icon, Cover cover, String createdTime, String lastEditedTime, String url, Map<String, PageProperty> properties)
-
-
Method Detail
-
getObjectType
ObjectType getObjectType()
-
getCreatedTime
final String getCreatedTime()
-
getLastEditedTime
final String getLastEditedTime()
-
getParent
final PageParent getParent()
-
getArchived
final Boolean getArchived()
-
getProperties
final Map<String, PageProperty> getProperties()
-
-
-
-