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 Docs 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
Request |
clone() |
CreateFooterRequest |
getCreateFooter()
Creates a footer.
|
CreateFootnoteRequest |
getCreateFootnote()
Creates a footnote.
|
CreateHeaderRequest |
getCreateHeader()
Creates a header.
|
CreateNamedRangeRequest |
getCreateNamedRange()
Creates a named range.
|
CreateParagraphBulletsRequest |
getCreateParagraphBullets()
Creates bullets for paragraphs.
|
DeleteContentRangeRequest |
getDeleteContentRange()
Deletes content from the document.
|
DeleteFooterRequest |
getDeleteFooter()
Deletes a footer from the document.
|
DeleteHeaderRequest |
getDeleteHeader()
Deletes a header from the document.
|
DeleteNamedRangeRequest |
getDeleteNamedRange()
Deletes a named range.
|
DeleteParagraphBulletsRequest |
getDeleteParagraphBullets()
Deletes bullets from paragraphs.
|
DeletePositionedObjectRequest |
getDeletePositionedObject()
Deletes a positioned object from the document.
|
DeleteTableColumnRequest |
getDeleteTableColumn()
Deletes a column from a table.
|
DeleteTableRowRequest |
getDeleteTableRow()
Deletes a row from a table.
|
InsertInlineImageRequest |
getInsertInlineImage()
Inserts an inline image at the specified location.
|
InsertPageBreakRequest |
getInsertPageBreak()
Inserts a page break at the specified location.
|
InsertPersonRequest |
getInsertPerson()
Inserts a person mention.
|
InsertSectionBreakRequest |
getInsertSectionBreak()
Inserts a section break at the specified location.
|
InsertTableRequest |
getInsertTable()
Inserts a table at the specified location.
|
InsertTableColumnRequest |
getInsertTableColumn()
Inserts an empty column into a table.
|
InsertTableRowRequest |
getInsertTableRow()
Inserts an empty row into a table.
|
InsertTextRequest |
getInsertText()
Inserts text at the specified location.
|
MergeTableCellsRequest |
getMergeTableCells()
Merges cells in a table.
|
PinTableHeaderRowsRequest |
getPinTableHeaderRows()
Updates the number of pinned header rows in a table.
|
ReplaceAllTextRequest |
getReplaceAllText()
Replaces all instances of the specified text.
|
ReplaceImageRequest |
getReplaceImage()
Replaces an image in the document.
|
ReplaceNamedRangeContentRequest |
getReplaceNamedRangeContent()
Replaces the content in a named range.
|
UnmergeTableCellsRequest |
getUnmergeTableCells()
Unmerges cells in a table.
|
UpdateDocumentStyleRequest |
getUpdateDocumentStyle()
Updates the style of the document.
|
UpdateParagraphStyleRequest |
getUpdateParagraphStyle()
Updates the paragraph style at the specified range.
|
UpdateSectionStyleRequest |
getUpdateSectionStyle()
Updates the section style of the specified range.
|
UpdateTableCellStyleRequest |
getUpdateTableCellStyle()
Updates the style of table cells.
|
UpdateTableColumnPropertiesRequest |
getUpdateTableColumnProperties()
Updates the properties of columns in a table.
|
UpdateTableRowStyleRequest |
getUpdateTableRowStyle()
Updates the row style in a table.
|
UpdateTextStyleRequest |
getUpdateTextStyle()
Updates the text style at the specified range.
|
Request |
set(String fieldName,
Object value) |
Request |
setCreateFooter(CreateFooterRequest createFooter)
Creates a footer.
|
Request |
setCreateFootnote(CreateFootnoteRequest createFootnote)
Creates a footnote.
|
Request |
setCreateHeader(CreateHeaderRequest createHeader)
Creates a header.
|
Request |
setCreateNamedRange(CreateNamedRangeRequest createNamedRange)
Creates a named range.
|
Request |
setCreateParagraphBullets(CreateParagraphBulletsRequest createParagraphBullets)
Creates bullets for paragraphs.
|
Request |
setDeleteContentRange(DeleteContentRangeRequest deleteContentRange)
Deletes content from the document.
|
Request |
setDeleteFooter(DeleteFooterRequest deleteFooter)
Deletes a footer from the document.
|
Request |
setDeleteHeader(DeleteHeaderRequest deleteHeader)
Deletes a header from the document.
|
Request |
setDeleteNamedRange(DeleteNamedRangeRequest deleteNamedRange)
Deletes a named range.
|
Request |
setDeleteParagraphBullets(DeleteParagraphBulletsRequest deleteParagraphBullets)
Deletes bullets from paragraphs.
|
Request |
setDeletePositionedObject(DeletePositionedObjectRequest deletePositionedObject)
Deletes a positioned object from the document.
|
Request |
setDeleteTableColumn(DeleteTableColumnRequest deleteTableColumn)
Deletes a column from a table.
|
Request |
setDeleteTableRow(DeleteTableRowRequest deleteTableRow)
Deletes a row from a table.
|
Request |
setInsertInlineImage(InsertInlineImageRequest insertInlineImage)
Inserts an inline image at the specified location.
|
Request |
setInsertPageBreak(InsertPageBreakRequest insertPageBreak)
Inserts a page break at the specified location.
|
Request |
setInsertPerson(InsertPersonRequest insertPerson)
Inserts a person mention.
|
Request |
setInsertSectionBreak(InsertSectionBreakRequest insertSectionBreak)
Inserts a section break at the specified location.
|
Request |
setInsertTable(InsertTableRequest insertTable)
Inserts a table at the specified location.
|
Request |
setInsertTableColumn(InsertTableColumnRequest insertTableColumn)
Inserts an empty column into a table.
|
Request |
setInsertTableRow(InsertTableRowRequest insertTableRow)
Inserts an empty row into a table.
|
Request |
setInsertText(InsertTextRequest insertText)
Inserts text at the specified location.
|
Request |
setMergeTableCells(MergeTableCellsRequest mergeTableCells)
Merges cells in a table.
|
Request |
setPinTableHeaderRows(PinTableHeaderRowsRequest pinTableHeaderRows)
Updates the number of pinned header rows in a table.
|
Request |
setReplaceAllText(ReplaceAllTextRequest replaceAllText)
Replaces all instances of the specified text.
|
Request |
setReplaceImage(ReplaceImageRequest replaceImage)
Replaces an image in the document.
|
Request |
setReplaceNamedRangeContent(ReplaceNamedRangeContentRequest replaceNamedRangeContent)
Replaces the content in a named range.
|
Request |
setUnmergeTableCells(UnmergeTableCellsRequest unmergeTableCells)
Unmerges cells in a table.
|
Request |
setUpdateDocumentStyle(UpdateDocumentStyleRequest updateDocumentStyle)
Updates the style of the document.
|
Request |
setUpdateParagraphStyle(UpdateParagraphStyleRequest updateParagraphStyle)
Updates the paragraph style at the specified range.
|
Request |
setUpdateSectionStyle(UpdateSectionStyleRequest updateSectionStyle)
Updates the section style of the specified range.
|
Request |
setUpdateTableCellStyle(UpdateTableCellStyleRequest updateTableCellStyle)
Updates the style of table cells.
|
Request |
setUpdateTableColumnProperties(UpdateTableColumnPropertiesRequest updateTableColumnProperties)
Updates the properties of columns in a table.
|
Request |
setUpdateTableRowStyle(UpdateTableRowStyleRequest updateTableRowStyle)
Updates the row style in a table.
|
Request |
setUpdateTextStyle(UpdateTextStyleRequest updateTextStyle)
Updates the text style at the specified range.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CreateFooterRequest getCreateFooter()
null for nonepublic Request setCreateFooter(CreateFooterRequest createFooter)
createFooter - createFooter or null for nonepublic CreateFootnoteRequest getCreateFootnote()
null for nonepublic Request setCreateFootnote(CreateFootnoteRequest createFootnote)
createFootnote - createFootnote or null for nonepublic CreateHeaderRequest getCreateHeader()
null for nonepublic Request setCreateHeader(CreateHeaderRequest createHeader)
createHeader - createHeader or null for nonepublic CreateNamedRangeRequest getCreateNamedRange()
null for nonepublic Request setCreateNamedRange(CreateNamedRangeRequest createNamedRange)
createNamedRange - createNamedRange or null for nonepublic CreateParagraphBulletsRequest getCreateParagraphBullets()
null for nonepublic Request setCreateParagraphBullets(CreateParagraphBulletsRequest createParagraphBullets)
createParagraphBullets - createParagraphBullets or null for nonepublic DeleteContentRangeRequest getDeleteContentRange()
null for nonepublic Request setDeleteContentRange(DeleteContentRangeRequest deleteContentRange)
deleteContentRange - deleteContentRange or null for nonepublic DeleteFooterRequest getDeleteFooter()
null for nonepublic Request setDeleteFooter(DeleteFooterRequest deleteFooter)
deleteFooter - deleteFooter or null for nonepublic DeleteHeaderRequest getDeleteHeader()
null for nonepublic Request setDeleteHeader(DeleteHeaderRequest deleteHeader)
deleteHeader - deleteHeader or null for nonepublic DeleteNamedRangeRequest getDeleteNamedRange()
null for nonepublic Request setDeleteNamedRange(DeleteNamedRangeRequest deleteNamedRange)
deleteNamedRange - deleteNamedRange or null for nonepublic DeleteParagraphBulletsRequest getDeleteParagraphBullets()
null for nonepublic Request setDeleteParagraphBullets(DeleteParagraphBulletsRequest deleteParagraphBullets)
deleteParagraphBullets - deleteParagraphBullets or null for nonepublic DeletePositionedObjectRequest getDeletePositionedObject()
null for nonepublic Request setDeletePositionedObject(DeletePositionedObjectRequest deletePositionedObject)
deletePositionedObject - deletePositionedObject 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 InsertInlineImageRequest getInsertInlineImage()
null for nonepublic Request setInsertInlineImage(InsertInlineImageRequest insertInlineImage)
insertInlineImage - insertInlineImage or null for nonepublic InsertPageBreakRequest getInsertPageBreak()
null for nonepublic Request setInsertPageBreak(InsertPageBreakRequest insertPageBreak)
insertPageBreak - insertPageBreak or null for nonepublic InsertPersonRequest getInsertPerson()
null for nonepublic Request setInsertPerson(InsertPersonRequest insertPerson)
insertPerson - insertPerson or null for nonepublic InsertSectionBreakRequest getInsertSectionBreak()
null for nonepublic Request setInsertSectionBreak(InsertSectionBreakRequest insertSectionBreak)
insertSectionBreak - insertSectionBreak or null for nonepublic InsertTableRequest getInsertTable()
null for nonepublic Request setInsertTable(InsertTableRequest insertTable)
insertTable - insertTable or null for nonepublic InsertTableColumnRequest getInsertTableColumn()
null for nonepublic Request setInsertTableColumn(InsertTableColumnRequest insertTableColumn)
insertTableColumn - insertTableColumn or null for nonepublic InsertTableRowRequest getInsertTableRow()
null for nonepublic Request setInsertTableRow(InsertTableRowRequest insertTableRow)
insertTableRow - insertTableRow 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 PinTableHeaderRowsRequest getPinTableHeaderRows()
null for nonepublic Request setPinTableHeaderRows(PinTableHeaderRowsRequest pinTableHeaderRows)
pinTableHeaderRows - pinTableHeaderRows 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 ReplaceNamedRangeContentRequest getReplaceNamedRangeContent()
null for nonepublic Request setReplaceNamedRangeContent(ReplaceNamedRangeContentRequest replaceNamedRangeContent)
replaceNamedRangeContent - replaceNamedRangeContent or null for nonepublic UnmergeTableCellsRequest getUnmergeTableCells()
null for nonepublic Request setUnmergeTableCells(UnmergeTableCellsRequest unmergeTableCells)
unmergeTableCells - unmergeTableCells or null for nonepublic UpdateDocumentStyleRequest getUpdateDocumentStyle()
null for nonepublic Request setUpdateDocumentStyle(UpdateDocumentStyleRequest updateDocumentStyle)
updateDocumentStyle - updateDocumentStyle or null for nonepublic UpdateParagraphStyleRequest getUpdateParagraphStyle()
null for nonepublic Request setUpdateParagraphStyle(UpdateParagraphStyleRequest updateParagraphStyle)
updateParagraphStyle - updateParagraphStyle or null for nonepublic UpdateSectionStyleRequest getUpdateSectionStyle()
null for nonepublic Request setUpdateSectionStyle(UpdateSectionStyleRequest updateSectionStyle)
updateSectionStyle - updateSectionStyle or null for nonepublic UpdateTableCellStyleRequest getUpdateTableCellStyle()
null for nonepublic Request setUpdateTableCellStyle(UpdateTableCellStyleRequest updateTableCellStyle)
updateTableCellStyle - updateTableCellStyle or null for nonepublic UpdateTableColumnPropertiesRequest getUpdateTableColumnProperties()
null for nonepublic Request setUpdateTableColumnProperties(UpdateTableColumnPropertiesRequest updateTableColumnProperties)
updateTableColumnProperties - updateTableColumnProperties or null for nonepublic UpdateTableRowStyleRequest getUpdateTableRowStyle()
null for nonepublic Request setUpdateTableRowStyle(UpdateTableRowStyleRequest updateTableRowStyle)
updateTableRowStyle - updateTableRowStyle or null for nonepublic UpdateTextStyleRequest getUpdateTextStyle()
null for nonepublic Request setUpdateTextStyle(UpdateTextStyleRequest updateTextStyle)
updateTextStyle - updateTextStyle or null for nonepublic Request set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Request clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.