public final class BatchUpdateValuesRequest
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 |
---|
BatchUpdateValuesRequest() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateValuesRequest |
clone() |
List<ValueRange> |
getData()
The new values to apply to the spreadsheet.
|
Boolean |
getIncludeValuesInResponse()
Determines if the update response should include the values of the cells that were updated.
|
String |
getResponseDateTimeRenderOption()
Determines how dates, times, and durations in the response should be rendered.
|
String |
getResponseValueRenderOption()
Determines how values in the response should be rendered.
|
String |
getValueInputOption()
How the input data should be interpreted.
|
BatchUpdateValuesRequest |
set(String fieldName,
Object value) |
BatchUpdateValuesRequest |
setData(List<ValueRange> data)
The new values to apply to the spreadsheet.
|
BatchUpdateValuesRequest |
setIncludeValuesInResponse(Boolean includeValuesInResponse)
Determines if the update response should include the values of the cells that were updated.
|
BatchUpdateValuesRequest |
setResponseDateTimeRenderOption(String responseDateTimeRenderOption)
Determines how dates, times, and durations in the response should be rendered.
|
BatchUpdateValuesRequest |
setResponseValueRenderOption(String responseValueRenderOption)
Determines how values in the response should be rendered.
|
BatchUpdateValuesRequest |
setValueInputOption(String valueInputOption)
How the input data should be interpreted.
|
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 List<ValueRange> getData()
null
for nonepublic BatchUpdateValuesRequest setData(List<ValueRange> data)
data
- data or null
for nonepublic Boolean getIncludeValuesInResponse()
null
for nonepublic BatchUpdateValuesRequest setIncludeValuesInResponse(Boolean includeValuesInResponse)
includeValuesInResponse
- includeValuesInResponse or null
for nonepublic String getResponseDateTimeRenderOption()
null
for nonepublic BatchUpdateValuesRequest setResponseDateTimeRenderOption(String responseDateTimeRenderOption)
responseDateTimeRenderOption
- responseDateTimeRenderOption or null
for nonepublic String getResponseValueRenderOption()
null
for nonepublic BatchUpdateValuesRequest setResponseValueRenderOption(String responseValueRenderOption)
responseValueRenderOption
- responseValueRenderOption or null
for nonepublic String getValueInputOption()
null
for nonepublic BatchUpdateValuesRequest setValueInputOption(String valueInputOption)
valueInputOption
- valueInputOption or null
for nonepublic BatchUpdateValuesRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public BatchUpdateValuesRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.