Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdatePagePropertiesRequest |
UpdatePagePropertiesRequest.clone() |
UpdatePagePropertiesRequest |
Request.getUpdatePageProperties()
Updates the properties of a Page.
|
UpdatePagePropertiesRequest |
UpdatePagePropertiesRequest.set(String fieldName,
Object value) |
UpdatePagePropertiesRequest |
UpdatePagePropertiesRequest.setFields(String fields)
The fields that should be updated.
|
UpdatePagePropertiesRequest |
UpdatePagePropertiesRequest.setObjectId(String objectId)
The object ID of the page the update is applied to.
|
UpdatePagePropertiesRequest |
UpdatePagePropertiesRequest.setPageProperties(PageProperties pageProperties)
The page properties to update.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdatePageProperties(UpdatePagePropertiesRequest updatePageProperties)
Updates the properties of a Page.
|
Copyright © 2011–2024 Google. All rights reserved.