public class WorkbookRangeView extends Entity implements com.microsoft.graph.serializer.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 |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="cellAddresses", alternate="CellAddresses") @Expose @Nullable public com.google.gson.JsonElement cellAddresses
@SerializedName(value="columnCount", alternate="ColumnCount") @Expose @Nullable public java.lang.Integer columnCount
@SerializedName(value="formulas", alternate="Formulas") @Expose @Nullable public com.google.gson.JsonElement formulas
@SerializedName(value="formulasLocal", alternate="FormulasLocal") @Expose @Nullable public com.google.gson.JsonElement formulasLocal
@SerializedName(value="formulasR1C1", alternate="FormulasR1C1") @Expose @Nullable public com.google.gson.JsonElement formulasR1C1
@SerializedName(value="index", alternate="Index") @Expose @Nullable public java.lang.Integer index
@SerializedName(value="numberFormat", alternate="NumberFormat") @Expose @Nullable public com.google.gson.JsonElement numberFormat
@SerializedName(value="rowCount", alternate="RowCount") @Expose @Nullable public java.lang.Integer rowCount
@SerializedName(value="text", alternate="Text") @Expose @Nullable public com.google.gson.JsonElement text
@SerializedName(value="values", alternate="Values") @Expose @Nullable public com.google.gson.JsonElement values
@SerializedName(value="valueTypes", alternate="ValueTypes") @Expose @Nullable public com.google.gson.JsonElement valueTypes
@SerializedName(value="rows", alternate="Rows") @Expose @Nullable public WorkbookRangeViewCollectionPage rows
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to