public final class BatchClearValuesByDataFilterResponse
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 |
|---|
BatchClearValuesByDataFilterResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchClearValuesByDataFilterResponse |
clone() |
java.util.List<java.lang.String> |
getClearedRanges()
The ranges that were cleared, in A1 notation.
|
java.lang.String |
getSpreadsheetId()
The spreadsheet the updates were applied to.
|
BatchClearValuesByDataFilterResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchClearValuesByDataFilterResponse |
setClearedRanges(java.util.List<java.lang.String> clearedRanges)
The ranges that were cleared, in A1 notation.
|
BatchClearValuesByDataFilterResponse |
setSpreadsheetId(java.lang.String spreadsheetId)
The spreadsheet the updates were applied to.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic BatchClearValuesByDataFilterResponse()
public java.util.List<java.lang.String> getClearedRanges()
null for nonepublic BatchClearValuesByDataFilterResponse setClearedRanges(java.util.List<java.lang.String> clearedRanges)
clearedRanges - clearedRanges or null for nonepublic java.lang.String getSpreadsheetId()
null for nonepublic BatchClearValuesByDataFilterResponse setSpreadsheetId(java.lang.String spreadsheetId)
spreadsheetId - spreadsheetId or null for nonepublic BatchClearValuesByDataFilterResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchClearValuesByDataFilterResponse clone()
clone in class com.google.api.client.json.GenericJson