public class WorkbookWorksheet extends Entity implements 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 |
|---|---|
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="name",
alternate="Name")
@Expose
public java.lang.String name
@SerializedName(value="position",
alternate="Position")
@Expose
public java.lang.Integer position
@SerializedName(value="visibility",
alternate="Visibility")
@Expose
public java.lang.String visibility
@SerializedName(value="charts",
alternate="Charts")
@Expose
public WorkbookChartCollectionPage charts
@SerializedName(value="names",
alternate="Names")
@Expose
public WorkbookNamedItemCollectionPage names
@SerializedName(value="pivotTables",
alternate="PivotTables")
@Expose
public WorkbookPivotTableCollectionPage pivotTables
@SerializedName(value="protection",
alternate="Protection")
@Expose
public WorkbookWorksheetProtection protection
@SerializedName(value="tables",
alternate="Tables")
@Expose
public WorkbookTableCollectionPage tables
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