public final class InsertTextRequest
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 |
|---|
InsertTextRequest() |
| Modifier and Type | Method and Description |
|---|---|
InsertTextRequest |
clone() |
EndOfSegmentLocation |
getEndOfSegmentLocation()
Inserts the text at the end of a header, footer, footnote or the document body.
|
Location |
getLocation()
Inserts the text at a specific index in the document.
|
String |
getText()
The text to be inserted.
|
InsertTextRequest |
set(String fieldName,
Object value) |
InsertTextRequest |
setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the text at the end of a header, footer, footnote or the document body.
|
InsertTextRequest |
setLocation(Location location)
Inserts the text at a specific index in the document.
|
InsertTextRequest |
setText(String text)
The text to be inserted.
|
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 EndOfSegmentLocation getEndOfSegmentLocation()
null for nonepublic InsertTextRequest setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
endOfSegmentLocation - endOfSegmentLocation or null for nonepublic Location getLocation()
null for nonepublic InsertTextRequest setLocation(Location location)
location - location or null for nonepublic String getText()
null for nonepublic InsertTextRequest setText(String text)
text - text or null for nonepublic InsertTextRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InsertTextRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.