public final class DeveloperMetadataLocation
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 |
|---|
DeveloperMetadataLocation() |
| Modifier and Type | Method and Description |
|---|---|
DeveloperMetadataLocation |
clone() |
DimensionRange |
getDimensionRange()
Represents the row or column when metadata is associated with a dimension.
|
java.lang.String |
getLocationType()
The type of location this object represents.
|
java.lang.Integer |
getSheetId()
The ID of the sheet when metadata is associated with an entire sheet.
|
java.lang.Boolean |
getSpreadsheet()
True when metadata is associated with an entire spreadsheet.
|
DeveloperMetadataLocation |
set(java.lang.String fieldName,
java.lang.Object value) |
DeveloperMetadataLocation |
setDimensionRange(DimensionRange dimensionRange)
Represents the row or column when metadata is associated with a dimension.
|
DeveloperMetadataLocation |
setLocationType(java.lang.String locationType)
The type of location this object represents.
|
DeveloperMetadataLocation |
setSheetId(java.lang.Integer sheetId)
The ID of the sheet when metadata is associated with an entire sheet.
|
DeveloperMetadataLocation |
setSpreadsheet(java.lang.Boolean spreadsheet)
True when metadata is associated with an entire spreadsheet.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic DimensionRange getDimensionRange()
null for nonepublic DeveloperMetadataLocation setDimensionRange(DimensionRange dimensionRange)
dimensionRange - dimensionRange or null for nonepublic java.lang.String getLocationType()
null for nonepublic DeveloperMetadataLocation setLocationType(java.lang.String locationType)
locationType - locationType or null for nonepublic java.lang.Integer getSheetId()
null for nonepublic DeveloperMetadataLocation setSheetId(java.lang.Integer sheetId)
sheetId - sheetId or null for nonepublic java.lang.Boolean getSpreadsheet()
null for nonepublic DeveloperMetadataLocation setSpreadsheet(java.lang.Boolean spreadsheet)
spreadsheet - spreadsheet or null for nonepublic DeveloperMetadataLocation set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DeveloperMetadataLocation clone()
clone in class com.google.api.client.json.GenericJson