public class WorkbookTable extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookTable.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
highlightFirstColumn |
protected Boolean |
highlightLastColumn |
protected String |
legacyId |
protected String |
name |
protected Boolean |
showBandedColumns |
protected Boolean |
showBandedRows |
protected Boolean |
showFilterButton |
protected Boolean |
showHeaders |
protected Boolean |
showTotals |
protected String |
style |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookTable() |
| Modifier and Type | Method and Description |
|---|---|
static WorkbookTable.Builder |
builderWorkbookTable()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
clearFilters() |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookRange> |
convertToRange() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> |
dataBodyRange() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
WorkbookTableColumnCollectionRequest |
getColumns() |
Optional<Boolean> |
getHighlightFirstColumn() |
Optional<Boolean> |
getHighlightLastColumn() |
Optional<String> |
getLegacyId() |
Optional<String> |
getName() |
WorkbookTableRowCollectionRequest |
getRows() |
Optional<Boolean> |
getShowBandedColumns() |
Optional<Boolean> |
getShowBandedRows() |
Optional<Boolean> |
getShowFilterButton() |
Optional<Boolean> |
getShowHeaders() |
Optional<Boolean> |
getShowTotals() |
WorkbookTableSortRequest |
getSort() |
Optional<String> |
getStyle() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
WorkbookWorksheetRequest |
getWorksheet() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> |
headerRowRange() |
String |
odataTypeName() |
WorkbookTable |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WorkbookTable |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> |
range() |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
reapplyFilters() |
String |
toString() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> |
totalRowRange() |
WorkbookTable |
withHighlightFirstColumn(Boolean highlightFirstColumn) |
WorkbookTable |
withHighlightLastColumn(Boolean highlightLastColumn) |
WorkbookTable |
withLegacyId(String legacyId) |
WorkbookTable |
withName(String name) |
WorkbookTable |
withShowBandedColumns(Boolean showBandedColumns) |
WorkbookTable |
withShowBandedRows(Boolean showBandedRows) |
WorkbookTable |
withShowFilterButton(Boolean showFilterButton) |
WorkbookTable |
withShowHeaders(Boolean showHeaders) |
WorkbookTable |
withShowTotals(Boolean showTotals) |
WorkbookTable |
withStyle(String style) |
protected Boolean highlightFirstColumn
protected Boolean highlightLastColumn
protected String legacyId
protected String name
protected Boolean showBandedColumns
protected Boolean showBandedRows
protected Boolean showFilterButton
protected Boolean showHeaders
protected Boolean showTotals
protected String style
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WorkbookTable.Builder builderWorkbookTable()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic WorkbookTable withHighlightFirstColumn(Boolean highlightFirstColumn)
public WorkbookTable withHighlightLastColumn(Boolean highlightLastColumn)
public WorkbookTable withLegacyId(String legacyId)
public WorkbookTable withName(String name)
public WorkbookTable withShowBandedColumns(Boolean showBandedColumns)
public WorkbookTable withShowBandedRows(Boolean showBandedRows)
public WorkbookTable withShowFilterButton(Boolean showFilterButton)
public WorkbookTable withShowHeaders(Boolean showHeaders)
public WorkbookTable withShowTotals(Boolean showTotals)
public WorkbookTable withStyle(String style)
public WorkbookTableColumnCollectionRequest getColumns()
public WorkbookTableRowCollectionRequest getRows()
public WorkbookTableSortRequest getSort()
public WorkbookWorksheetRequest getWorksheet()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WorkbookTable patch()
this with changed fields reset.public WorkbookTable put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn clearFilters()
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookRange> convertToRange()
public com.github.davidmoten.odata.client.ActionRequestNoReturn reapplyFilters()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> dataBodyRange()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> headerRowRange()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> range()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> totalRowRange()
Copyright © 2018–2020. All rights reserved.