public final class Response
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 |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
Response |
clone() |
CreateImageResponse |
getCreateImage()
The result of creating an image.
|
CreateLineResponse |
getCreateLine()
The result of creating a line.
|
CreateShapeResponse |
getCreateShape()
The result of creating a shape.
|
CreateSheetsChartResponse |
getCreateSheetsChart()
The result of creating a Google Sheets chart.
|
CreateSlideResponse |
getCreateSlide()
The result of creating a slide.
|
CreateTableResponse |
getCreateTable()
The result of creating a table.
|
CreateVideoResponse |
getCreateVideo()
The result of creating a video.
|
DuplicateObjectResponse |
getDuplicateObject()
The result of duplicating an object.
|
GroupObjectsResponse |
getGroupObjects()
The result of grouping objects.
|
ReplaceAllShapesWithImageResponse |
getReplaceAllShapesWithImage()
The result of replacing all shapes matching some criteria with an image.
|
ReplaceAllShapesWithSheetsChartResponse |
getReplaceAllShapesWithSheetsChart()
The result of replacing all shapes matching some criteria with a Google Sheets chart.
|
ReplaceAllTextResponse |
getReplaceAllText()
The result of replacing text.
|
Response |
set(String fieldName,
Object value) |
Response |
setCreateImage(CreateImageResponse createImage)
The result of creating an image.
|
Response |
setCreateLine(CreateLineResponse createLine)
The result of creating a line.
|
Response |
setCreateShape(CreateShapeResponse createShape)
The result of creating a shape.
|
Response |
setCreateSheetsChart(CreateSheetsChartResponse createSheetsChart)
The result of creating a Google Sheets chart.
|
Response |
setCreateSlide(CreateSlideResponse createSlide)
The result of creating a slide.
|
Response |
setCreateTable(CreateTableResponse createTable)
The result of creating a table.
|
Response |
setCreateVideo(CreateVideoResponse createVideo)
The result of creating a video.
|
Response |
setDuplicateObject(DuplicateObjectResponse duplicateObject)
The result of duplicating an object.
|
Response |
setGroupObjects(GroupObjectsResponse groupObjects)
The result of grouping objects.
|
Response |
setReplaceAllShapesWithImage(ReplaceAllShapesWithImageResponse replaceAllShapesWithImage)
The result of replacing all shapes matching some criteria with an image.
|
Response |
setReplaceAllShapesWithSheetsChart(ReplaceAllShapesWithSheetsChartResponse replaceAllShapesWithSheetsChart)
The result of replacing all shapes matching some criteria with a Google Sheets chart.
|
Response |
setReplaceAllText(ReplaceAllTextResponse replaceAllText)
The result of replacing text.
|
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 CreateImageResponse getCreateImage()
null
for nonepublic Response setCreateImage(CreateImageResponse createImage)
createImage
- createImage or null
for nonepublic CreateLineResponse getCreateLine()
null
for nonepublic Response setCreateLine(CreateLineResponse createLine)
createLine
- createLine or null
for nonepublic CreateShapeResponse getCreateShape()
null
for nonepublic Response setCreateShape(CreateShapeResponse createShape)
createShape
- createShape or null
for nonepublic CreateSheetsChartResponse getCreateSheetsChart()
null
for nonepublic Response setCreateSheetsChart(CreateSheetsChartResponse createSheetsChart)
createSheetsChart
- createSheetsChart or null
for nonepublic CreateSlideResponse getCreateSlide()
null
for nonepublic Response setCreateSlide(CreateSlideResponse createSlide)
createSlide
- createSlide or null
for nonepublic CreateTableResponse getCreateTable()
null
for nonepublic Response setCreateTable(CreateTableResponse createTable)
createTable
- createTable or null
for nonepublic CreateVideoResponse getCreateVideo()
null
for nonepublic Response setCreateVideo(CreateVideoResponse createVideo)
createVideo
- createVideo or null
for nonepublic DuplicateObjectResponse getDuplicateObject()
null
for nonepublic Response setDuplicateObject(DuplicateObjectResponse duplicateObject)
duplicateObject
- duplicateObject or null
for nonepublic GroupObjectsResponse getGroupObjects()
null
for nonepublic Response setGroupObjects(GroupObjectsResponse groupObjects)
groupObjects
- groupObjects or null
for nonepublic ReplaceAllShapesWithImageResponse getReplaceAllShapesWithImage()
null
for nonepublic Response setReplaceAllShapesWithImage(ReplaceAllShapesWithImageResponse replaceAllShapesWithImage)
replaceAllShapesWithImage
- replaceAllShapesWithImage or null
for nonepublic ReplaceAllShapesWithSheetsChartResponse getReplaceAllShapesWithSheetsChart()
null
for nonepublic Response setReplaceAllShapesWithSheetsChart(ReplaceAllShapesWithSheetsChartResponse replaceAllShapesWithSheetsChart)
replaceAllShapesWithSheetsChart
- replaceAllShapesWithSheetsChart or null
for nonepublic ReplaceAllTextResponse getReplaceAllText()
null
for nonepublic Response setReplaceAllText(ReplaceAllTextResponse replaceAllText)
replaceAllText
- replaceAllText or null
for nonepublic Response set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Response clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.