public final class InsertRangeRequest extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InsertRangeRequest() |
| Modifier and Type | Method and Description |
|---|---|
InsertRangeRequest |
clone() |
GridRange |
getRange()
The range to insert new cells into.
|
String |
getShiftDimension()
The dimension which will be shifted when inserting cells.
|
InsertRangeRequest |
set(String fieldName,
Object value) |
InsertRangeRequest |
setRange(GridRange range)
The range to insert new cells into.
|
InsertRangeRequest |
setShiftDimension(String shiftDimension)
The dimension which will be shifted when inserting cells.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic GridRange getRange()
null for nonepublic InsertRangeRequest setRange(GridRange range)
range - range or null for nonepublic String getShiftDimension()
null for nonepublic InsertRangeRequest setShiftDimension(String shiftDimension)
shiftDimension - shiftDimension or null for nonepublic InsertRangeRequest set(String fieldName, Object value)
set in class GenericJsonpublic InsertRangeRequest clone()
clone in class GenericJson