public class WorkbookRangeView extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
cellAddresses
The Cell Addresses.
|
java.lang.Integer |
columnCount
The Column Count.
|
com.google.gson.JsonElement |
formulas
The Formulas.
|
com.google.gson.JsonElement |
formulasLocal
The Formulas Local.
|
com.google.gson.JsonElement |
formulasR1C1
The Formulas R1C1.
|
java.lang.Integer |
index
The Index.
|
com.google.gson.JsonElement |
numberFormat
The Number Format.
|
java.lang.Integer |
rowCount
The Row Count.
|
WorkbookRangeViewCollectionPage |
rows
The Rows.
|
com.google.gson.JsonElement |
text
The Text.
|
com.google.gson.JsonElement |
values
The Values.
|
com.google.gson.JsonElement |
valueTypes
The Value Types.
|
| Constructor and Description |
|---|
WorkbookRangeView() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="cellAddresses") @Expose public com.google.gson.JsonElement cellAddresses
@SerializedName(value="columnCount") @Expose public java.lang.Integer columnCount
@SerializedName(value="formulas") @Expose public com.google.gson.JsonElement formulas
@SerializedName(value="formulasLocal") @Expose public com.google.gson.JsonElement formulasLocal
@SerializedName(value="formulasR1C1") @Expose public com.google.gson.JsonElement formulasR1C1
@SerializedName(value="index") @Expose public java.lang.Integer index
@SerializedName(value="numberFormat") @Expose public com.google.gson.JsonElement numberFormat
@SerializedName(value="rowCount") @Expose public java.lang.Integer rowCount
@SerializedName(value="text") @Expose public com.google.gson.JsonElement text
@SerializedName(value="valueTypes") @Expose public com.google.gson.JsonElement valueTypes
@SerializedName(value="values") @Expose public com.google.gson.JsonElement values
public WorkbookRangeViewCollectionPage rows
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to