-
public final class UpdatePagePropertiesRequest
-
-
Constructor Summary
Constructors Constructor Description UpdatePagePropertiesRequest(String pageId, Map<String, PageProperty> properties, Boolean archived, Icon icon, Cover cover)UpdatePagePropertiesRequest(String pageId, Map<String, PageProperty> properties, Boolean archived, Icon icon)UpdatePagePropertiesRequest(String pageId, Map<String, PageProperty> properties, Boolean archived)UpdatePagePropertiesRequest(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
-
UpdatePagePropertiesRequest
UpdatePagePropertiesRequest(String pageId, Map<String, PageProperty> properties, Boolean archived, Icon icon, Cover cover)
-
UpdatePagePropertiesRequest
UpdatePagePropertiesRequest(String pageId, Map<String, PageProperty> properties, Boolean archived, Icon icon)
-
UpdatePagePropertiesRequest
UpdatePagePropertiesRequest(String pageId, Map<String, PageProperty> properties, Boolean archived)
-
UpdatePagePropertiesRequest
UpdatePagePropertiesRequest(String pageId, Map<String, PageProperty> properties)
-
-
Method Detail
-
getProperties
final Map<String, PageProperty> getProperties()
-
getArchived
final Boolean getArchived()
-
-
-
-