public final class PasteDataRequest
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 Sheets 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| Constructor and Description |
|---|
PasteDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
PasteDataRequest |
clone() |
GridCoordinate |
getCoordinate()
The coordinate at which the data should start being inserted.
|
java.lang.String |
getData()
The data to insert.
|
java.lang.String |
getDelimiter()
The delimiter in the data.
|
java.lang.Boolean |
getHtml()
True if the data is HTML.
|
java.lang.String |
getType()
How the data should be pasted.
|
PasteDataRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
PasteDataRequest |
setCoordinate(GridCoordinate coordinate)
The coordinate at which the data should start being inserted.
|
PasteDataRequest |
setData(java.lang.String data)
The data to insert.
|
PasteDataRequest |
setDelimiter(java.lang.String delimiter)
The delimiter in the data.
|
PasteDataRequest |
setHtml(java.lang.Boolean html)
True if the data is HTML.
|
PasteDataRequest |
setType(java.lang.String type)
How the data should be pasted.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic GridCoordinate getCoordinate()
null for nonepublic PasteDataRequest setCoordinate(GridCoordinate coordinate)
coordinate - coordinate or null for nonepublic java.lang.String getData()
null for nonepublic PasteDataRequest setData(java.lang.String data)
data - data or null for nonepublic java.lang.String getDelimiter()
null for nonepublic PasteDataRequest setDelimiter(java.lang.String delimiter)
delimiter - delimiter or null for nonepublic java.lang.Boolean getHtml()
null for nonepublic PasteDataRequest setHtml(java.lang.Boolean html)
html - html or null for nonepublic java.lang.String getType()
null for nonepublic PasteDataRequest setType(java.lang.String type)
type - type or null for nonepublic PasteDataRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PasteDataRequest clone()
clone in class com.google.api.client.json.GenericJson