Package notion.api.v1.request.pages
Class UpdatePageRequest
-
- All Implemented Interfaces:
public final class UpdatePageRequest
-
-
Constructor Summary
Constructors Constructor Description UpdatePageRequest(String pageId, Map<String, PageProperty> properties, Boolean archived, Icon icon, Cover cover)
UpdatePageRequest(String pageId, Map<String, PageProperty> properties, Boolean archived, Icon icon)
UpdatePageRequest(String pageId, Map<String, PageProperty> properties, Boolean archived)
UpdatePageRequest(String pageId, Map<String, PageProperty> properties)
-
Method Summary
Modifier and Type Method Description final String
getPageId()
final Map<String, PageProperty>
getProperties()
final Boolean
getArchived()
final Icon
getIcon()
final Cover
getCover()
-
-
Constructor Detail
-
UpdatePageRequest
UpdatePageRequest(String pageId, Map<String, PageProperty> properties, Boolean archived, Icon icon, Cover cover)
-
UpdatePageRequest
UpdatePageRequest(String pageId, Map<String, PageProperty> properties, Boolean archived, Icon icon)
-
UpdatePageRequest
UpdatePageRequest(String pageId, Map<String, PageProperty> properties, Boolean archived)
-
UpdatePageRequest
UpdatePageRequest(String pageId, Map<String, PageProperty> properties)
-
-
Method Detail
-
getProperties
final Map<String, PageProperty> getProperties()
-
getArchived
final Boolean getArchived()
-
-
-
-