public final class ReplaceAllShapesWithSheetsChartRequest
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 Slides 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 |
---|
ReplaceAllShapesWithSheetsChartRequest() |
Modifier and Type | Method and Description |
---|---|
ReplaceAllShapesWithSheetsChartRequest |
clone() |
Integer |
getChartId()
The ID of the specific chart in the Google Sheets spreadsheet.
|
SubstringMatchCriteria |
getContainsText()
The criteria that the shapes must match in order to be replaced.
|
String |
getLinkingMode()
The mode with which the chart is linked to the source spreadsheet.
|
List<String> |
getPageObjectIds()
If non-empty, limits the matches to page elements only on the given pages.
|
String |
getSpreadsheetId()
The ID of the Google Sheets spreadsheet that contains the chart.
|
ReplaceAllShapesWithSheetsChartRequest |
set(String fieldName,
Object value) |
ReplaceAllShapesWithSheetsChartRequest |
setChartId(Integer chartId)
The ID of the specific chart in the Google Sheets spreadsheet.
|
ReplaceAllShapesWithSheetsChartRequest |
setContainsText(SubstringMatchCriteria containsText)
The criteria that the shapes must match in order to be replaced.
|
ReplaceAllShapesWithSheetsChartRequest |
setLinkingMode(String linkingMode)
The mode with which the chart is linked to the source spreadsheet.
|
ReplaceAllShapesWithSheetsChartRequest |
setPageObjectIds(List<String> pageObjectIds)
If non-empty, limits the matches to page elements only on the given pages.
|
ReplaceAllShapesWithSheetsChartRequest |
setSpreadsheetId(String spreadsheetId)
The ID of the Google Sheets spreadsheet that contains the chart.
|
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 ReplaceAllShapesWithSheetsChartRequest()
public Integer getChartId()
null
for nonepublic ReplaceAllShapesWithSheetsChartRequest setChartId(Integer chartId)
chartId
- chartId or null
for nonepublic SubstringMatchCriteria getContainsText()
null
for nonepublic ReplaceAllShapesWithSheetsChartRequest setContainsText(SubstringMatchCriteria containsText)
containsText
- containsText or null
for nonepublic String getLinkingMode()
null
for nonepublic ReplaceAllShapesWithSheetsChartRequest setLinkingMode(String linkingMode)
linkingMode
- linkingMode or null
for nonepublic List<String> getPageObjectIds()
null
for nonepublic ReplaceAllShapesWithSheetsChartRequest setPageObjectIds(List<String> pageObjectIds)
pageObjectIds
- pageObjectIds or null
for nonepublic String getSpreadsheetId()
null
for nonepublic ReplaceAllShapesWithSheetsChartRequest setSpreadsheetId(String spreadsheetId)
spreadsheetId
- spreadsheetId or null
for nonepublic ReplaceAllShapesWithSheetsChartRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ReplaceAllShapesWithSheetsChartRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.