public class WorkbookWorksheet extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
WorkbookChartCollectionPage |
charts
The Charts.
|
java.lang.String |
name
The Name.
|
WorkbookNamedItemCollectionPage |
names
The Names.
|
WorkbookPivotTableCollectionPage |
pivotTables
The Pivot Tables.
|
java.lang.Integer |
position
The Position.
|
WorkbookWorksheetProtection |
protection
The Protection.
|
WorkbookTableCollectionPage |
tables
The Tables.
|
java.lang.String |
visibility
The Visibility.
|
Constructor and Description |
---|
WorkbookWorksheet() |
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="name", alternate="Name") @Expose @Nullable public java.lang.String name
@SerializedName(value="position", alternate="Position") @Expose @Nullable public java.lang.Integer position
@SerializedName(value="visibility", alternate="Visibility") @Expose @Nullable public java.lang.String visibility
@SerializedName(value="charts", alternate="Charts") @Expose @Nullable public WorkbookChartCollectionPage charts
@SerializedName(value="names", alternate="Names") @Expose @Nullable public WorkbookNamedItemCollectionPage names
@SerializedName(value="pivotTables", alternate="PivotTables") @Expose @Nullable public WorkbookPivotTableCollectionPage pivotTables
@SerializedName(value="protection", alternate="Protection") @Expose @Nullable public WorkbookWorksheetProtection protection
@SerializedName(value="tables", alternate="Tables") @Expose @Nullable public WorkbookTableCollectionPage tables
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