public final class BatchClearValuesRequest
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| Constructor and Description |
|---|
BatchClearValuesRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchClearValuesRequest |
clone() |
java.util.List<java.lang.String> |
getRanges()
The ranges to clear, in A1 notation.
|
BatchClearValuesRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchClearValuesRequest |
setRanges(java.util.List<java.lang.String> ranges)
The ranges to clear, in A1 notation.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getRanges()
null for nonepublic BatchClearValuesRequest setRanges(java.util.List<java.lang.String> ranges)
ranges - ranges or null for nonepublic BatchClearValuesRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchClearValuesRequest clone()
clone in class com.google.api.client.json.GenericJson