Package com.microsoft.graph.models
Class WorkbookWorksheetProtectionOptions
java.lang.Object
com.microsoft.graph.models.WorkbookWorksheetProtectionOptions
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkbookWorksheetProtectionOptions
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Worksheet Protection Options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Allow Auto Filter.The Allow Delete Columns.The Allow Delete Rows.The Allow Format Cells.The Allow Format Columns.The Allow Format Rows.The Allow Insert Columns.The Allow Insert Hyperlinks.The Allow Insert Rows.The Allow Pivot Tables.The Allow Sort.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
allowAutoFilter
@SerializedName(value="allowAutoFilter", alternate="AllowAutoFilter") @Expose @Nullable public Boolean allowAutoFilterThe Allow Auto Filter. Represents the worksheet protection option of allowing using auto filter feature. -
allowDeleteColumns
@SerializedName(value="allowDeleteColumns", alternate="AllowDeleteColumns") @Expose @Nullable public Boolean allowDeleteColumnsThe Allow Delete Columns. Represents the worksheet protection option of allowing deleting columns. -
allowDeleteRows
@SerializedName(value="allowDeleteRows", alternate="AllowDeleteRows") @Expose @Nullable public Boolean allowDeleteRowsThe Allow Delete Rows. Represents the worksheet protection option of allowing deleting rows. -
allowFormatCells
@SerializedName(value="allowFormatCells", alternate="AllowFormatCells") @Expose @Nullable public Boolean allowFormatCellsThe Allow Format Cells. Represents the worksheet protection option of allowing formatting cells. -
allowFormatColumns
@SerializedName(value="allowFormatColumns", alternate="AllowFormatColumns") @Expose @Nullable public Boolean allowFormatColumnsThe Allow Format Columns. Represents the worksheet protection option of allowing formatting columns. -
allowFormatRows
@SerializedName(value="allowFormatRows", alternate="AllowFormatRows") @Expose @Nullable public Boolean allowFormatRowsThe Allow Format Rows. Represents the worksheet protection option of allowing formatting rows. -
allowInsertColumns
@SerializedName(value="allowInsertColumns", alternate="AllowInsertColumns") @Expose @Nullable public Boolean allowInsertColumnsThe Allow Insert Columns. Represents the worksheet protection option of allowing inserting columns. -
allowInsertHyperlinks
@SerializedName(value="allowInsertHyperlinks", alternate="AllowInsertHyperlinks") @Expose @Nullable public Boolean allowInsertHyperlinksThe Allow Insert Hyperlinks. Represents the worksheet protection option of allowing inserting hyperlinks. -
allowInsertRows
@SerializedName(value="allowInsertRows", alternate="AllowInsertRows") @Expose @Nullable public Boolean allowInsertRowsThe Allow Insert Rows. Represents the worksheet protection option of allowing inserting rows. -
allowPivotTables
@SerializedName(value="allowPivotTables", alternate="AllowPivotTables") @Expose @Nullable public Boolean allowPivotTablesThe Allow Pivot Tables. Represents the worksheet protection option of allowing using pivot table feature. -
allowSort
@SerializedName(value="allowSort", alternate="AllowSort") @Expose @Nullable public Boolean allowSortThe Allow Sort. Represents the worksheet protection option of allowing using sort feature.
-
-
Constructor Details
-
WorkbookWorksheetProtectionOptions
public WorkbookWorksheetProtectionOptions()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-