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