public class WorkbookWorksheetProtectionOptions extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
allowAutoFilter
The Allow Auto Filter.
|
java.lang.Boolean |
allowDeleteColumns
The Allow Delete Columns.
|
java.lang.Boolean |
allowDeleteRows
The Allow Delete Rows.
|
java.lang.Boolean |
allowFormatCells
The Allow Format Cells.
|
java.lang.Boolean |
allowFormatColumns
The Allow Format Columns.
|
java.lang.Boolean |
allowFormatRows
The Allow Format Rows.
|
java.lang.Boolean |
allowInsertColumns
The Allow Insert Columns.
|
java.lang.Boolean |
allowInsertHyperlinks
The Allow Insert Hyperlinks.
|
java.lang.Boolean |
allowInsertRows
The Allow Insert Rows.
|
java.lang.Boolean |
allowPivotTables
The Allow Pivot Tables.
|
java.lang.Boolean |
allowSort
The Allow Sort.
|
java.lang.String |
oDataType |
| Constructor and Description |
|---|
WorkbookWorksheetProtectionOptions() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
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
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="allowAutoFilter") @Expose public java.lang.Boolean allowAutoFilter
@SerializedName(value="allowDeleteColumns") @Expose public java.lang.Boolean allowDeleteColumns
@SerializedName(value="allowDeleteRows") @Expose public java.lang.Boolean allowDeleteRows
@SerializedName(value="allowFormatCells") @Expose public java.lang.Boolean allowFormatCells
@SerializedName(value="allowFormatColumns") @Expose public java.lang.Boolean allowFormatColumns
@SerializedName(value="allowFormatRows") @Expose public java.lang.Boolean allowFormatRows
@SerializedName(value="allowInsertColumns") @Expose public java.lang.Boolean allowInsertColumns
@SerializedName(value="allowInsertHyperlinks") @Expose public java.lang.Boolean allowInsertHyperlinks
@SerializedName(value="allowInsertRows") @Expose public java.lang.Boolean allowInsertRows
@SerializedName(value="allowPivotTables") @Expose public java.lang.Boolean allowPivotTables
@SerializedName(value="allowSort") @Expose public java.lang.Boolean allowSort
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to