Package odata.msgraph.client.complex
Class WorkbookWorksheetProtectionOptions
- java.lang.Object
-
- odata.msgraph.client.complex.WorkbookWorksheetProtectionOptions
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WorkbookWorksheetProtectionOptions extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkbookWorksheetProtectionOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowAutoFilterprotected BooleanallowDeleteColumnsprotected BooleanallowDeleteRowsprotected BooleanallowFormatCellsprotected BooleanallowFormatColumnsprotected BooleanallowFormatRowsprotected BooleanallowInsertColumnsprotected BooleanallowInsertHyperlinksprotected BooleanallowInsertRowsprotected BooleanallowPivotTablesprotected BooleanallowSortprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorkbookWorksheetProtectionOptions()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
allowAutoFilter
protected Boolean allowAutoFilter
-
allowDeleteColumns
protected Boolean allowDeleteColumns
-
allowDeleteRows
protected Boolean allowDeleteRows
-
allowFormatCells
protected Boolean allowFormatCells
-
allowFormatColumns
protected Boolean allowFormatColumns
-
allowFormatRows
protected Boolean allowFormatRows
-
allowInsertColumns
protected Boolean allowInsertColumns
-
allowInsertHyperlinks
protected Boolean allowInsertHyperlinks
-
allowInsertRows
protected Boolean allowInsertRows
-
allowPivotTables
protected Boolean allowPivotTables
-
allowSort
protected Boolean allowSort
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAllowAutoFilter
public WorkbookWorksheetProtectionOptions withAllowAutoFilter(Boolean allowAutoFilter)
-
withAllowDeleteColumns
public WorkbookWorksheetProtectionOptions withAllowDeleteColumns(Boolean allowDeleteColumns)
-
withAllowDeleteRows
public WorkbookWorksheetProtectionOptions withAllowDeleteRows(Boolean allowDeleteRows)
-
withAllowFormatCells
public WorkbookWorksheetProtectionOptions withAllowFormatCells(Boolean allowFormatCells)
-
withAllowFormatColumns
public WorkbookWorksheetProtectionOptions withAllowFormatColumns(Boolean allowFormatColumns)
-
withAllowFormatRows
public WorkbookWorksheetProtectionOptions withAllowFormatRows(Boolean allowFormatRows)
-
withAllowInsertColumns
public WorkbookWorksheetProtectionOptions withAllowInsertColumns(Boolean allowInsertColumns)
-
withAllowInsertHyperlinks
public WorkbookWorksheetProtectionOptions withAllowInsertHyperlinks(Boolean allowInsertHyperlinks)
-
withAllowInsertRows
public WorkbookWorksheetProtectionOptions withAllowInsertRows(Boolean allowInsertRows)
-
withAllowPivotTables
public WorkbookWorksheetProtectionOptions withAllowPivotTables(Boolean allowPivotTables)
-
withAllowSort
public WorkbookWorksheetProtectionOptions withAllowSort(Boolean allowSort)
-
withUnmappedField
public WorkbookWorksheetProtectionOptions withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static WorkbookWorksheetProtectionOptions.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-