public final class DataSourceObjectReference
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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DataSourceObjectReference() |
Modifier and Type | Method and Description |
---|---|
DataSourceObjectReference |
clone() |
Integer |
getChartId()
References to a data source chart.
|
GridCoordinate |
getDataSourceFormulaCell()
References to a cell containing DataSourceFormula.
|
GridCoordinate |
getDataSourcePivotTableAnchorCell()
References to a data source PivotTable anchored at the cell.
|
GridCoordinate |
getDataSourceTableAnchorCell()
References to a DataSourceTable anchored at the cell.
|
String |
getSheetId()
References to a DATA_SOURCE sheet.
|
DataSourceObjectReference |
set(String fieldName,
Object value) |
DataSourceObjectReference |
setChartId(Integer chartId)
References to a data source chart.
|
DataSourceObjectReference |
setDataSourceFormulaCell(GridCoordinate dataSourceFormulaCell)
References to a cell containing DataSourceFormula.
|
DataSourceObjectReference |
setDataSourcePivotTableAnchorCell(GridCoordinate dataSourcePivotTableAnchorCell)
References to a data source PivotTable anchored at the cell.
|
DataSourceObjectReference |
setDataSourceTableAnchorCell(GridCoordinate dataSourceTableAnchorCell)
References to a DataSourceTable anchored at the cell.
|
DataSourceObjectReference |
setSheetId(String sheetId)
References to a DATA_SOURCE sheet.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Integer getChartId()
null
for nonepublic DataSourceObjectReference setChartId(Integer chartId)
chartId
- chartId or null
for nonepublic GridCoordinate getDataSourceFormulaCell()
null
for nonepublic DataSourceObjectReference setDataSourceFormulaCell(GridCoordinate dataSourceFormulaCell)
dataSourceFormulaCell
- dataSourceFormulaCell or null
for nonepublic GridCoordinate getDataSourcePivotTableAnchorCell()
null
for nonepublic DataSourceObjectReference setDataSourcePivotTableAnchorCell(GridCoordinate dataSourcePivotTableAnchorCell)
dataSourcePivotTableAnchorCell
- dataSourcePivotTableAnchorCell or null
for nonepublic GridCoordinate getDataSourceTableAnchorCell()
null
for nonepublic DataSourceObjectReference setDataSourceTableAnchorCell(GridCoordinate dataSourceTableAnchorCell)
dataSourceTableAnchorCell
- dataSourceTableAnchorCell or null
for nonepublic String getSheetId()
null
for nonepublic DataSourceObjectReference setSheetId(String sheetId)
sheetId
- sheetId or null
for nonepublic DataSourceObjectReference set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public DataSourceObjectReference clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.