public class WorkbookWorksheetProtectionOptions
extends java.lang.Object
implements com.microsoft.graph.serializer.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
the OData type of the object as returned by the service
|
| Constructor and Description |
|---|
WorkbookWorksheetProtectionOptions() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="allowAutoFilter",
alternate="AllowAutoFilter")
@Expose
@Nullable
public java.lang.Boolean allowAutoFilter
@SerializedName(value="allowDeleteColumns",
alternate="AllowDeleteColumns")
@Expose
@Nullable
public java.lang.Boolean allowDeleteColumns
@SerializedName(value="allowDeleteRows",
alternate="AllowDeleteRows")
@Expose
@Nullable
public java.lang.Boolean allowDeleteRows
@SerializedName(value="allowFormatCells",
alternate="AllowFormatCells")
@Expose
@Nullable
public java.lang.Boolean allowFormatCells
@SerializedName(value="allowFormatColumns",
alternate="AllowFormatColumns")
@Expose
@Nullable
public java.lang.Boolean allowFormatColumns
@SerializedName(value="allowFormatRows",
alternate="AllowFormatRows")
@Expose
@Nullable
public java.lang.Boolean allowFormatRows
@SerializedName(value="allowInsertColumns",
alternate="AllowInsertColumns")
@Expose
@Nullable
public java.lang.Boolean allowInsertColumns
@SerializedName(value="allowInsertHyperlinks",
alternate="AllowInsertHyperlinks")
@Expose
@Nullable
public java.lang.Boolean allowInsertHyperlinks
@SerializedName(value="allowInsertRows",
alternate="AllowInsertRows")
@Expose
@Nullable
public java.lang.Boolean allowInsertRows
@SerializedName(value="allowPivotTables",
alternate="AllowPivotTables")
@Expose
@Nullable
public java.lang.Boolean allowPivotTables
@SerializedName(value="allowSort",
alternate="AllowSort")
@Expose
@Nullable
public java.lang.Boolean allowSort
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to