Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
UpdateSlicerSpecRequest |
UpdateSlicerSpecRequest.clone() |
UpdateSlicerSpecRequest |
Request.getUpdateSlicerSpec()
Updates a slicer's specifications.
|
UpdateSlicerSpecRequest |
UpdateSlicerSpecRequest.set(String fieldName,
Object value) |
UpdateSlicerSpecRequest |
UpdateSlicerSpecRequest.setFields(String fields)
The fields that should be updated.
|
UpdateSlicerSpecRequest |
UpdateSlicerSpecRequest.setSlicerId(Integer slicerId)
The id of the slicer to update.
|
UpdateSlicerSpecRequest |
UpdateSlicerSpecRequest.setSpec(SlicerSpec spec)
The specification to apply to the slicer.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateSlicerSpec(UpdateSlicerSpecRequest updateSlicerSpec)
Updates a slicer's specifications.
|
Copyright © 2011–2024 Google. All rights reserved.