-
- 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 StringgetPageId()final Map<String, PageProperty>getProperties()final BooleangetArchived()final IcongetIcon()final CovergetCover()-
-
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()
-
-
-
-