public final class InsertDimensionRequest
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 |
|---|
InsertDimensionRequest() |
| Modifier and Type | Method and Description |
|---|---|
InsertDimensionRequest |
clone() |
java.lang.Boolean |
getInheritFromBefore()
Whether dimension properties should be extended from the dimensions before or after the newly
inserted dimensions.
|
DimensionRange |
getRange()
The dimensions to insert.
|
InsertDimensionRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
InsertDimensionRequest |
setInheritFromBefore(java.lang.Boolean inheritFromBefore)
Whether dimension properties should be extended from the dimensions before or after the newly
inserted dimensions.
|
InsertDimensionRequest |
setRange(DimensionRange range)
The dimensions to insert.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getInheritFromBefore()
null for nonepublic InsertDimensionRequest setInheritFromBefore(java.lang.Boolean inheritFromBefore)
inheritFromBefore - inheritFromBefore or null for nonepublic DimensionRange getRange()
null for nonepublic InsertDimensionRequest setRange(DimensionRange range)
range - range or null for nonepublic InsertDimensionRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InsertDimensionRequest clone()
clone in class com.google.api.client.json.GenericJson