Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Response |
Response.clone() |
Response |
Response.set(String fieldName,
Object value) |
Response |
Response.setCreateImage(CreateImageResponse createImage)
The result of creating an image.
|
Response |
Response.setCreateLine(CreateLineResponse createLine)
The result of creating a line.
|
Response |
Response.setCreateShape(CreateShapeResponse createShape)
The result of creating a shape.
|
Response |
Response.setCreateSheetsChart(CreateSheetsChartResponse createSheetsChart)
The result of creating a Google Sheets chart.
|
Response |
Response.setCreateSlide(CreateSlideResponse createSlide)
The result of creating a slide.
|
Response |
Response.setCreateTable(CreateTableResponse createTable)
The result of creating a table.
|
Response |
Response.setCreateVideo(CreateVideoResponse createVideo)
The result of creating a video.
|
Response |
Response.setDuplicateObject(DuplicateObjectResponse duplicateObject)
The result of duplicating an object.
|
Response |
Response.setGroupObjects(GroupObjectsResponse groupObjects)
The result of grouping objects.
|
Response |
Response.setReplaceAllShapesWithImage(ReplaceAllShapesWithImageResponse replaceAllShapesWithImage)
The result of replacing all shapes matching some criteria with an image.
|
Response |
Response.setReplaceAllShapesWithSheetsChart(ReplaceAllShapesWithSheetsChartResponse replaceAllShapesWithSheetsChart)
The result of replacing all shapes matching some criteria with a Google Sheets chart.
|
Response |
Response.setReplaceAllText(ReplaceAllTextResponse replaceAllText)
The result of replacing text.
|
Modifier and Type | Method and Description |
---|---|
List<Response> |
BatchUpdatePresentationResponse.getReplies()
The reply of the updates.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdatePresentationResponse |
BatchUpdatePresentationResponse.setReplies(List<Response> replies)
The reply of the updates.
|
Copyright © 2011–2025 Google. All rights reserved.