-
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 String
getPageId()
final Map<String, PageProperty>
getProperties()
final Boolean
getArchived()
final Icon
getIcon()
final Cover
getCover()
-
-
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()
-
-
-
-