public final class DeleteConditionalFormatRuleRequest
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
DeleteConditionalFormatRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteConditionalFormatRuleRequest |
clone() |
java.lang.Integer |
getIndex()
The zero-based index of the rule to be deleted.
|
java.lang.Integer |
getSheetId()
The sheet the rule is being deleted from.
|
DeleteConditionalFormatRuleRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
DeleteConditionalFormatRuleRequest |
setIndex(java.lang.Integer index)
The zero-based index of the rule to be deleted.
|
DeleteConditionalFormatRuleRequest |
setSheetId(java.lang.Integer sheetId)
The sheet the rule is being deleted from.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getIndex()
null for nonepublic DeleteConditionalFormatRuleRequest setIndex(java.lang.Integer index)
index - index or null for nonepublic java.lang.Integer getSheetId()
null for nonepublic DeleteConditionalFormatRuleRequest setSheetId(java.lang.Integer sheetId)
sheetId - sheetId or null for nonepublic DeleteConditionalFormatRuleRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DeleteConditionalFormatRuleRequest clone()
clone in class com.google.api.client.json.GenericJson