public final class UpdateCellsRequest extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UpdateCellsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCellsRequest |
clone() |
String |
getFields()
The fields of CellData that should be updated.
|
GridRange |
getRange()
The range to write data to.
|
List<RowData> |
getRows()
The data to write.
|
GridCoordinate |
getStart()
The coordinate to start writing data at.
|
UpdateCellsRequest |
set(String fieldName,
Object value) |
UpdateCellsRequest |
setFields(String fields)
The fields of CellData that should be updated.
|
UpdateCellsRequest |
setRange(GridRange range)
The range to write data to.
|
UpdateCellsRequest |
setRows(List<RowData> rows)
The data to write.
|
UpdateCellsRequest |
setStart(GridCoordinate start)
The coordinate to start writing data at.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getFields()
null for nonepublic UpdateCellsRequest setFields(String fields)
fields - fields or null for nonepublic GridRange getRange()
null for nonepublic UpdateCellsRequest setRange(GridRange range)
range - range or null for nonepublic UpdateCellsRequest setRows(List<RowData> rows)
rows - rows or null for nonepublic GridCoordinate getStart()
null for nonepublic UpdateCellsRequest setStart(GridCoordinate start)
start - start or null for nonepublic UpdateCellsRequest set(String fieldName, Object value)
set in class GenericJsonpublic UpdateCellsRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.