public final class Request
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 |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
Request |
clone() |
CreateImageRequest |
getCreateImage()
Creates an image.
|
CreateLineRequest |
getCreateLine()
Creates a line.
|
CreateParagraphBulletsRequest |
getCreateParagraphBullets()
Creates bullets for paragraphs.
|
CreateShapeRequest |
getCreateShape()
Creates a new shape.
|
CreateSheetsChartRequest |
getCreateSheetsChart()
Creates an embedded Google Sheets chart.
|
CreateSlideRequest |
getCreateSlide()
Creates a new slide.
|
CreateTableRequest |
getCreateTable()
Creates a new table.
|
CreateVideoRequest |
getCreateVideo()
Creates a video.
|
DeleteObjectRequest |
getDeleteObject()
Deletes a page or page element from the presentation.
|
DeleteParagraphBulletsRequest |
getDeleteParagraphBullets()
Deletes bullets from paragraphs.
|
DeleteTableColumnRequest |
getDeleteTableColumn()
Deletes a column from a table.
|
DeleteTableRowRequest |
getDeleteTableRow()
Deletes a row from a table.
|
DeleteTextRequest |
getDeleteText()
Deletes text from a shape or a table cell.
|
DuplicateObjectRequest |
getDuplicateObject()
Duplicates a slide or page element.
|
GroupObjectsRequest |
getGroupObjects()
Groups objects, such as page elements.
|
InsertTableColumnsRequest |
getInsertTableColumns()
Inserts columns into a table.
|
InsertTableRowsRequest |
getInsertTableRows()
Inserts rows into a table.
|
InsertTextRequest |
getInsertText()
Inserts text into a shape or table cell.
|
MergeTableCellsRequest |
getMergeTableCells()
Merges cells in a Table.
|
RefreshSheetsChartRequest |
getRefreshSheetsChart()
Refreshes a Google Sheets chart.
|
ReplaceAllShapesWithImageRequest |
getReplaceAllShapesWithImage()
Replaces all shapes matching some criteria with an image.
|
ReplaceAllShapesWithSheetsChartRequest |
getReplaceAllShapesWithSheetsChart()
Replaces all shapes matching some criteria with a Google Sheets chart.
|
ReplaceAllTextRequest |
getReplaceAllText()
Replaces all instances of specified text.
|
ReplaceImageRequest |
getReplaceImage()
Replaces an existing image with a new image.
|
RerouteLineRequest |
getRerouteLine()
Reroutes a line such that it's connected at the two closest connection sites on the connected
page elements.
|
UngroupObjectsRequest |
getUngroupObjects()
Ungroups objects, such as groups.
|
UnmergeTableCellsRequest |
getUnmergeTableCells()
Unmerges cells in a Table.
|
UpdateImagePropertiesRequest |
getUpdateImageProperties()
Updates the properties of an Image.
|
UpdateLineCategoryRequest |
getUpdateLineCategory()
Updates the category of a line.
|
UpdateLinePropertiesRequest |
getUpdateLineProperties()
Updates the properties of a Line.
|
UpdatePageElementAltTextRequest |
getUpdatePageElementAltText()
Updates the alt text title and/or description of a page element.
|
UpdatePageElementsZOrderRequest |
getUpdatePageElementsZOrder()
Updates the Z-order of page elements.
|
UpdatePageElementTransformRequest |
getUpdatePageElementTransform()
Updates the transform of a page element.
|
UpdatePagePropertiesRequest |
getUpdatePageProperties()
Updates the properties of a Page.
|
UpdateParagraphStyleRequest |
getUpdateParagraphStyle()
Updates the styling of paragraphs within a Shape or Table.
|
UpdateShapePropertiesRequest |
getUpdateShapeProperties()
Updates the properties of a Shape.
|
UpdateSlidePropertiesRequest |
getUpdateSlideProperties()
Updates the properties of a Slide
|
UpdateSlidesPositionRequest |
getUpdateSlidesPosition()
Updates the position of a set of slides in the presentation.
|
UpdateTableBorderPropertiesRequest |
getUpdateTableBorderProperties()
Updates the properties of the table borders in a Table.
|
UpdateTableCellPropertiesRequest |
getUpdateTableCellProperties()
Updates the properties of a TableCell.
|
UpdateTableColumnPropertiesRequest |
getUpdateTableColumnProperties()
Updates the properties of a Table column.
|
UpdateTableRowPropertiesRequest |
getUpdateTableRowProperties()
Updates the properties of a Table row.
|
UpdateTextStyleRequest |
getUpdateTextStyle()
Updates the styling of text within a Shape or Table.
|
UpdateVideoPropertiesRequest |
getUpdateVideoProperties()
Updates the properties of a Video.
|
Request |
set(String fieldName,
Object value) |
Request |
setCreateImage(CreateImageRequest createImage)
Creates an image.
|
Request |
setCreateLine(CreateLineRequest createLine)
Creates a line.
|
Request |
setCreateParagraphBullets(CreateParagraphBulletsRequest createParagraphBullets)
Creates bullets for paragraphs.
|
Request |
setCreateShape(CreateShapeRequest createShape)
Creates a new shape.
|
Request |
setCreateSheetsChart(CreateSheetsChartRequest createSheetsChart)
Creates an embedded Google Sheets chart.
|
Request |
setCreateSlide(CreateSlideRequest createSlide)
Creates a new slide.
|
Request |
setCreateTable(CreateTableRequest createTable)
Creates a new table.
|
Request |
setCreateVideo(CreateVideoRequest createVideo)
Creates a video.
|
Request |
setDeleteObject(DeleteObjectRequest deleteObject)
Deletes a page or page element from the presentation.
|
Request |
setDeleteParagraphBullets(DeleteParagraphBulletsRequest deleteParagraphBullets)
Deletes bullets from paragraphs.
|
Request |
setDeleteTableColumn(DeleteTableColumnRequest deleteTableColumn)
Deletes a column from a table.
|
Request |
setDeleteTableRow(DeleteTableRowRequest deleteTableRow)
Deletes a row from a table.
|
Request |
setDeleteText(DeleteTextRequest deleteText)
Deletes text from a shape or a table cell.
|
Request |
setDuplicateObject(DuplicateObjectRequest duplicateObject)
Duplicates a slide or page element.
|
Request |
setGroupObjects(GroupObjectsRequest groupObjects)
Groups objects, such as page elements.
|
Request |
setInsertTableColumns(InsertTableColumnsRequest insertTableColumns)
Inserts columns into a table.
|
Request |
setInsertTableRows(InsertTableRowsRequest insertTableRows)
Inserts rows into a table.
|
Request |
setInsertText(InsertTextRequest insertText)
Inserts text into a shape or table cell.
|
Request |
setMergeTableCells(MergeTableCellsRequest mergeTableCells)
Merges cells in a Table.
|
Request |
setRefreshSheetsChart(RefreshSheetsChartRequest refreshSheetsChart)
Refreshes a Google Sheets chart.
|
Request |
setReplaceAllShapesWithImage(ReplaceAllShapesWithImageRequest replaceAllShapesWithImage)
Replaces all shapes matching some criteria with an image.
|
Request |
setReplaceAllShapesWithSheetsChart(ReplaceAllShapesWithSheetsChartRequest replaceAllShapesWithSheetsChart)
Replaces all shapes matching some criteria with a Google Sheets chart.
|
Request |
setReplaceAllText(ReplaceAllTextRequest replaceAllText)
Replaces all instances of specified text.
|
Request |
setReplaceImage(ReplaceImageRequest replaceImage)
Replaces an existing image with a new image.
|
Request |
setRerouteLine(RerouteLineRequest rerouteLine)
Reroutes a line such that it's connected at the two closest connection sites on the connected
page elements.
|
Request |
setUngroupObjects(UngroupObjectsRequest ungroupObjects)
Ungroups objects, such as groups.
|
Request |
setUnmergeTableCells(UnmergeTableCellsRequest unmergeTableCells)
Unmerges cells in a Table.
|
Request |
setUpdateImageProperties(UpdateImagePropertiesRequest updateImageProperties)
Updates the properties of an Image.
|
Request |
setUpdateLineCategory(UpdateLineCategoryRequest updateLineCategory)
Updates the category of a line.
|
Request |
setUpdateLineProperties(UpdateLinePropertiesRequest updateLineProperties)
Updates the properties of a Line.
|
Request |
setUpdatePageElementAltText(UpdatePageElementAltTextRequest updatePageElementAltText)
Updates the alt text title and/or description of a page element.
|
Request |
setUpdatePageElementsZOrder(UpdatePageElementsZOrderRequest updatePageElementsZOrder)
Updates the Z-order of page elements.
|
Request |
setUpdatePageElementTransform(UpdatePageElementTransformRequest updatePageElementTransform)
Updates the transform of a page element.
|
Request |
setUpdatePageProperties(UpdatePagePropertiesRequest updatePageProperties)
Updates the properties of a Page.
|
Request |
setUpdateParagraphStyle(UpdateParagraphStyleRequest updateParagraphStyle)
Updates the styling of paragraphs within a Shape or Table.
|
Request |
setUpdateShapeProperties(UpdateShapePropertiesRequest updateShapeProperties)
Updates the properties of a Shape.
|
Request |
setUpdateSlideProperties(UpdateSlidePropertiesRequest updateSlideProperties)
Updates the properties of a Slide
|
Request |
setUpdateSlidesPosition(UpdateSlidesPositionRequest updateSlidesPosition)
Updates the position of a set of slides in the presentation.
|
Request |
setUpdateTableBorderProperties(UpdateTableBorderPropertiesRequest updateTableBorderProperties)
Updates the properties of the table borders in a Table.
|
Request |
setUpdateTableCellProperties(UpdateTableCellPropertiesRequest updateTableCellProperties)
Updates the properties of a TableCell.
|
Request |
setUpdateTableColumnProperties(UpdateTableColumnPropertiesRequest updateTableColumnProperties)
Updates the properties of a Table column.
|
Request |
setUpdateTableRowProperties(UpdateTableRowPropertiesRequest updateTableRowProperties)
Updates the properties of a Table row.
|
Request |
setUpdateTextStyle(UpdateTextStyleRequest updateTextStyle)
Updates the styling of text within a Shape or Table.
|
Request |
setUpdateVideoProperties(UpdateVideoPropertiesRequest updateVideoProperties)
Updates the properties of a Video.
|
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 CreateImageRequest getCreateImage()
null
for nonepublic Request setCreateImage(CreateImageRequest createImage)
createImage
- createImage or null
for nonepublic CreateLineRequest getCreateLine()
null
for nonepublic Request setCreateLine(CreateLineRequest createLine)
createLine
- createLine or null
for nonepublic CreateParagraphBulletsRequest getCreateParagraphBullets()
null
for nonepublic Request setCreateParagraphBullets(CreateParagraphBulletsRequest createParagraphBullets)
createParagraphBullets
- createParagraphBullets or null
for nonepublic CreateShapeRequest getCreateShape()
null
for nonepublic Request setCreateShape(CreateShapeRequest createShape)
createShape
- createShape or null
for nonepublic CreateSheetsChartRequest getCreateSheetsChart()
null
for nonepublic Request setCreateSheetsChart(CreateSheetsChartRequest createSheetsChart)
createSheetsChart
- createSheetsChart or null
for nonepublic CreateSlideRequest getCreateSlide()
null
for nonepublic Request setCreateSlide(CreateSlideRequest createSlide)
createSlide
- createSlide or null
for nonepublic CreateTableRequest getCreateTable()
null
for nonepublic Request setCreateTable(CreateTableRequest createTable)
createTable
- createTable or null
for nonepublic CreateVideoRequest getCreateVideo()
null
for nonepublic Request setCreateVideo(CreateVideoRequest createVideo)
createVideo
- createVideo or null
for nonepublic DeleteObjectRequest getDeleteObject()
null
for nonepublic Request setDeleteObject(DeleteObjectRequest deleteObject)
deleteObject
- deleteObject or null
for nonepublic DeleteParagraphBulletsRequest getDeleteParagraphBullets()
null
for nonepublic Request setDeleteParagraphBullets(DeleteParagraphBulletsRequest deleteParagraphBullets)
deleteParagraphBullets
- deleteParagraphBullets or null
for nonepublic DeleteTableColumnRequest getDeleteTableColumn()
null
for nonepublic Request setDeleteTableColumn(DeleteTableColumnRequest deleteTableColumn)
deleteTableColumn
- deleteTableColumn or null
for nonepublic DeleteTableRowRequest getDeleteTableRow()
null
for nonepublic Request setDeleteTableRow(DeleteTableRowRequest deleteTableRow)
deleteTableRow
- deleteTableRow or null
for nonepublic DeleteTextRequest getDeleteText()
null
for nonepublic Request setDeleteText(DeleteTextRequest deleteText)
deleteText
- deleteText or null
for nonepublic DuplicateObjectRequest getDuplicateObject()
null
for nonepublic Request setDuplicateObject(DuplicateObjectRequest duplicateObject)
duplicateObject
- duplicateObject or null
for nonepublic GroupObjectsRequest getGroupObjects()
null
for nonepublic Request setGroupObjects(GroupObjectsRequest groupObjects)
groupObjects
- groupObjects or null
for nonepublic InsertTableColumnsRequest getInsertTableColumns()
null
for nonepublic Request setInsertTableColumns(InsertTableColumnsRequest insertTableColumns)
insertTableColumns
- insertTableColumns or null
for nonepublic InsertTableRowsRequest getInsertTableRows()
null
for nonepublic Request setInsertTableRows(InsertTableRowsRequest insertTableRows)
insertTableRows
- insertTableRows or null
for nonepublic InsertTextRequest getInsertText()
null
for nonepublic Request setInsertText(InsertTextRequest insertText)
insertText
- insertText or null
for nonepublic MergeTableCellsRequest getMergeTableCells()
null
for nonepublic Request setMergeTableCells(MergeTableCellsRequest mergeTableCells)
mergeTableCells
- mergeTableCells or null
for nonepublic RefreshSheetsChartRequest getRefreshSheetsChart()
null
for nonepublic Request setRefreshSheetsChart(RefreshSheetsChartRequest refreshSheetsChart)
refreshSheetsChart
- refreshSheetsChart or null
for nonepublic ReplaceAllShapesWithImageRequest getReplaceAllShapesWithImage()
null
for nonepublic Request setReplaceAllShapesWithImage(ReplaceAllShapesWithImageRequest replaceAllShapesWithImage)
replaceAllShapesWithImage
- replaceAllShapesWithImage or null
for nonepublic ReplaceAllShapesWithSheetsChartRequest getReplaceAllShapesWithSheetsChart()
null
for nonepublic Request setReplaceAllShapesWithSheetsChart(ReplaceAllShapesWithSheetsChartRequest replaceAllShapesWithSheetsChart)
replaceAllShapesWithSheetsChart
- replaceAllShapesWithSheetsChart or null
for nonepublic ReplaceAllTextRequest getReplaceAllText()
null
for nonepublic Request setReplaceAllText(ReplaceAllTextRequest replaceAllText)
replaceAllText
- replaceAllText or null
for nonepublic ReplaceImageRequest getReplaceImage()
null
for nonepublic Request setReplaceImage(ReplaceImageRequest replaceImage)
replaceImage
- replaceImage or null
for nonepublic RerouteLineRequest getRerouteLine()
null
for nonepublic Request setRerouteLine(RerouteLineRequest rerouteLine)
rerouteLine
- rerouteLine or null
for nonepublic UngroupObjectsRequest getUngroupObjects()
null
for nonepublic Request setUngroupObjects(UngroupObjectsRequest ungroupObjects)
ungroupObjects
- ungroupObjects or null
for nonepublic UnmergeTableCellsRequest getUnmergeTableCells()
null
for nonepublic Request setUnmergeTableCells(UnmergeTableCellsRequest unmergeTableCells)
unmergeTableCells
- unmergeTableCells or null
for nonepublic UpdateImagePropertiesRequest getUpdateImageProperties()
null
for nonepublic Request setUpdateImageProperties(UpdateImagePropertiesRequest updateImageProperties)
updateImageProperties
- updateImageProperties or null
for nonepublic UpdateLineCategoryRequest getUpdateLineCategory()
null
for nonepublic Request setUpdateLineCategory(UpdateLineCategoryRequest updateLineCategory)
updateLineCategory
- updateLineCategory or null
for nonepublic UpdateLinePropertiesRequest getUpdateLineProperties()
null
for nonepublic Request setUpdateLineProperties(UpdateLinePropertiesRequest updateLineProperties)
updateLineProperties
- updateLineProperties or null
for nonepublic UpdatePageElementAltTextRequest getUpdatePageElementAltText()
null
for nonepublic Request setUpdatePageElementAltText(UpdatePageElementAltTextRequest updatePageElementAltText)
updatePageElementAltText
- updatePageElementAltText or null
for nonepublic UpdatePageElementTransformRequest getUpdatePageElementTransform()
null
for nonepublic Request setUpdatePageElementTransform(UpdatePageElementTransformRequest updatePageElementTransform)
updatePageElementTransform
- updatePageElementTransform or null
for nonepublic UpdatePageElementsZOrderRequest getUpdatePageElementsZOrder()
null
for nonepublic Request setUpdatePageElementsZOrder(UpdatePageElementsZOrderRequest updatePageElementsZOrder)
updatePageElementsZOrder
- updatePageElementsZOrder or null
for nonepublic UpdatePagePropertiesRequest getUpdatePageProperties()
null
for nonepublic Request setUpdatePageProperties(UpdatePagePropertiesRequest updatePageProperties)
updatePageProperties
- updatePageProperties or null
for nonepublic UpdateParagraphStyleRequest getUpdateParagraphStyle()
null
for nonepublic Request setUpdateParagraphStyle(UpdateParagraphStyleRequest updateParagraphStyle)
updateParagraphStyle
- updateParagraphStyle or null
for nonepublic UpdateShapePropertiesRequest getUpdateShapeProperties()
null
for nonepublic Request setUpdateShapeProperties(UpdateShapePropertiesRequest updateShapeProperties)
updateShapeProperties
- updateShapeProperties or null
for nonepublic UpdateSlidePropertiesRequest getUpdateSlideProperties()
null
for nonepublic Request setUpdateSlideProperties(UpdateSlidePropertiesRequest updateSlideProperties)
updateSlideProperties
- updateSlideProperties or null
for nonepublic UpdateSlidesPositionRequest getUpdateSlidesPosition()
null
for nonepublic Request setUpdateSlidesPosition(UpdateSlidesPositionRequest updateSlidesPosition)
updateSlidesPosition
- updateSlidesPosition or null
for nonepublic UpdateTableBorderPropertiesRequest getUpdateTableBorderProperties()
null
for nonepublic Request setUpdateTableBorderProperties(UpdateTableBorderPropertiesRequest updateTableBorderProperties)
updateTableBorderProperties
- updateTableBorderProperties or null
for nonepublic UpdateTableCellPropertiesRequest getUpdateTableCellProperties()
null
for nonepublic Request setUpdateTableCellProperties(UpdateTableCellPropertiesRequest updateTableCellProperties)
updateTableCellProperties
- updateTableCellProperties or null
for nonepublic UpdateTableColumnPropertiesRequest getUpdateTableColumnProperties()
null
for nonepublic Request setUpdateTableColumnProperties(UpdateTableColumnPropertiesRequest updateTableColumnProperties)
updateTableColumnProperties
- updateTableColumnProperties or null
for nonepublic UpdateTableRowPropertiesRequest getUpdateTableRowProperties()
null
for nonepublic Request setUpdateTableRowProperties(UpdateTableRowPropertiesRequest updateTableRowProperties)
updateTableRowProperties
- updateTableRowProperties or null
for nonepublic UpdateTextStyleRequest getUpdateTextStyle()
null
for nonepublic Request setUpdateTextStyle(UpdateTextStyleRequest updateTextStyle)
updateTextStyle
- updateTextStyle or null
for nonepublic UpdateVideoPropertiesRequest getUpdateVideoProperties()
null
for nonepublic Request setUpdateVideoProperties(UpdateVideoPropertiesRequest updateVideoProperties)
updateVideoProperties
- updateVideoProperties or null
for nonepublic Request set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Request clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.