public class WorkbookWorksheetProtectionOptions extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookWorksheetProtectionOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowAutoFilter |
protected Boolean |
allowDeleteColumns |
protected Boolean |
allowDeleteRows |
protected Boolean |
allowFormatCells |
protected Boolean |
allowFormatColumns |
protected Boolean |
allowFormatRows |
protected Boolean |
allowInsertColumns |
protected Boolean |
allowInsertHyperlinks |
protected Boolean |
allowInsertRows |
protected Boolean |
allowPivotTables |
protected Boolean |
allowSort |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookWorksheetProtectionOptions() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean allowAutoFilter
protected Boolean allowDeleteColumns
protected Boolean allowDeleteRows
protected Boolean allowFormatCells
protected Boolean allowFormatColumns
protected Boolean allowFormatRows
protected Boolean allowInsertColumns
protected Boolean allowInsertHyperlinks
protected Boolean allowInsertRows
protected Boolean allowPivotTables
protected Boolean allowSort
protected WorkbookWorksheetProtectionOptions()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic WorkbookWorksheetProtectionOptions withAllowAutoFilter(Boolean allowAutoFilter)
public WorkbookWorksheetProtectionOptions withAllowDeleteColumns(Boolean allowDeleteColumns)
public WorkbookWorksheetProtectionOptions withAllowDeleteRows(Boolean allowDeleteRows)
public WorkbookWorksheetProtectionOptions withAllowFormatCells(Boolean allowFormatCells)
public WorkbookWorksheetProtectionOptions withAllowFormatColumns(Boolean allowFormatColumns)
public WorkbookWorksheetProtectionOptions withAllowFormatRows(Boolean allowFormatRows)
public WorkbookWorksheetProtectionOptions withAllowInsertColumns(Boolean allowInsertColumns)
public WorkbookWorksheetProtectionOptions withAllowInsertHyperlinks(Boolean allowInsertHyperlinks)
public WorkbookWorksheetProtectionOptions withAllowInsertRows(Boolean allowInsertRows)
public WorkbookWorksheetProtectionOptions withAllowPivotTables(Boolean allowPivotTables)
public WorkbookWorksheetProtectionOptions withAllowSort(Boolean allowSort)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static WorkbookWorksheetProtectionOptions.Builder builder()
Copyright © 2018–2020. All rights reserved.