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") @Expose public java.lang.String name
@SerializedName(value="position") @Expose public java.lang.Integer position
@SerializedName(value="visibility") @Expose public java.lang.String visibility
public WorkbookChartCollectionPage charts
public WorkbookNamedItemCollectionPage names
public WorkbookPivotTableCollectionPage pivotTables
@SerializedName(value="protection") @Expose public WorkbookWorksheetProtection protection
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