public final class GridRange
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 |
|---|
GridRange() |
| Modifier and Type | Method and Description |
|---|---|
GridRange |
clone() |
java.lang.Integer |
getEndColumnIndex()
The end column (exclusive) of the range, or not set if unbounded.
|
java.lang.Integer |
getEndRowIndex()
The end row (exclusive) of the range, or not set if unbounded.
|
java.lang.Integer |
getSheetId()
The sheet this range is on.
|
java.lang.Integer |
getStartColumnIndex()
The start column (inclusive) of the range, or not set if unbounded.
|
java.lang.Integer |
getStartRowIndex()
The start row (inclusive) of the range, or not set if unbounded.
|
GridRange |
set(java.lang.String fieldName,
java.lang.Object value) |
GridRange |
setEndColumnIndex(java.lang.Integer endColumnIndex)
The end column (exclusive) of the range, or not set if unbounded.
|
GridRange |
setEndRowIndex(java.lang.Integer endRowIndex)
The end row (exclusive) of the range, or not set if unbounded.
|
GridRange |
setSheetId(java.lang.Integer sheetId)
The sheet this range is on.
|
GridRange |
setStartColumnIndex(java.lang.Integer startColumnIndex)
The start column (inclusive) of the range, or not set if unbounded.
|
GridRange |
setStartRowIndex(java.lang.Integer startRowIndex)
The start row (inclusive) of the range, or not set if unbounded.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Integer getEndColumnIndex()
null for nonepublic GridRange setEndColumnIndex(java.lang.Integer endColumnIndex)
endColumnIndex - endColumnIndex or null for nonepublic java.lang.Integer getEndRowIndex()
null for nonepublic GridRange setEndRowIndex(java.lang.Integer endRowIndex)
endRowIndex - endRowIndex or null for nonepublic java.lang.Integer getSheetId()
null for nonepublic GridRange setSheetId(java.lang.Integer sheetId)
sheetId - sheetId or null for nonepublic java.lang.Integer getStartColumnIndex()
null for nonepublic GridRange setStartColumnIndex(java.lang.Integer startColumnIndex)
startColumnIndex - startColumnIndex or null for nonepublic java.lang.Integer getStartRowIndex()
null for nonepublic GridRange setStartRowIndex(java.lang.Integer startRowIndex)
startRowIndex - startRowIndex or null for nonepublic GridRange set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GridRange clone()
clone in class com.google.api.client.json.GenericJson