public final class SourceAndDestination
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 |
---|
SourceAndDestination() |
Modifier and Type | Method and Description |
---|---|
SourceAndDestination |
clone() |
java.lang.String |
getDimension()
The dimension that data should be filled into.
|
java.lang.Integer |
getFillLength()
The number of rows or columns that data should be filled into.
|
GridRange |
getSource()
The location of the data to use as the source of the autofill.
|
SourceAndDestination |
set(java.lang.String fieldName,
java.lang.Object value) |
SourceAndDestination |
setDimension(java.lang.String dimension)
The dimension that data should be filled into.
|
SourceAndDestination |
setFillLength(java.lang.Integer fillLength)
The number of rows or columns that data should be filled into.
|
SourceAndDestination |
setSource(GridRange source)
The location of the data to use as the source of the autofill.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getDimension()
null
for nonepublic SourceAndDestination setDimension(java.lang.String dimension)
dimension
- dimension or null
for nonepublic java.lang.Integer getFillLength()
null
for nonepublic SourceAndDestination setFillLength(java.lang.Integer fillLength)
fillLength
- fillLength or null
for nonepublic GridRange getSource()
null
for nonepublic SourceAndDestination setSource(GridRange source)
source
- source or null
for nonepublic SourceAndDestination set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public SourceAndDestination clone()
clone
in class com.google.api.client.json.GenericJson