public class WorkbookTableColumn extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
WorkbookFilter |
filter
The Filter.
|
java.lang.Integer |
index
The Index.
|
java.lang.String |
name
The Name.
|
com.google.gson.JsonElement |
values
The Values.
|
Constructor and Description |
---|
WorkbookTableColumn() |
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="index", alternate="Index") @Expose @Nullable public java.lang.Integer index
@SerializedName(value="name", alternate="Name") @Expose @Nullable public java.lang.String name
@SerializedName(value="values", alternate="Values") @Expose @Nullable public com.google.gson.JsonElement values
@SerializedName(value="filter", alternate="Filter") @Expose @Nullable public WorkbookFilter filter
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