public final class UpdateCellsRequest
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 com.google.api.client.json.GenericJson
public UpdateCellsRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.