Package odata.msgraph.client.entity
Class WorkbookTable
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.WorkbookTable
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class WorkbookTable extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkbookTable.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanhighlightFirstColumnprotected BooleanhighlightLastColumnprotected StringlegacyIdprotected Stringnameprotected BooleanshowBandedColumnsprotected BooleanshowBandedRowsprotected BooleanshowFilterButtonprotected BooleanshowHeadersprotected BooleanshowTotalsprotected Stringstyle-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorkbookTable()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkbookTable.BuilderbuilderWorkbookTable()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.ActionRequestNoReturnclearFilters()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookRange>convertToRange()com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange>dataBodyRange()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()WorkbookTableColumnCollectionRequestgetColumns()Optional<Boolean>getHighlightFirstColumn()Optional<Boolean>getHighlightLastColumn()Optional<String>getLegacyId()Optional<String>getName()WorkbookTableRowCollectionRequestgetRows()Optional<Boolean>getShowBandedColumns()Optional<Boolean>getShowBandedRows()Optional<Boolean>getShowFilterButton()Optional<Boolean>getShowHeaders()Optional<Boolean>getShowTotals()WorkbookTableSortRequestgetSort()Optional<String>getStyle()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()WorkbookWorksheetRequestgetWorksheet()com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange>headerRowRange()StringodataTypeName()WorkbookTablepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)WorkbookTableput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange>range()com.github.davidmoten.odata.client.ActionRequestNoReturnreapplyFilters()StringtoString()com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange>totalRowRange()WorkbookTablewithHighlightFirstColumn(Boolean highlightFirstColumn)WorkbookTablewithHighlightLastColumn(Boolean highlightLastColumn)WorkbookTablewithLegacyId(String legacyId)WorkbookTablewithName(String name)WorkbookTablewithShowBandedColumns(Boolean showBandedColumns)WorkbookTablewithShowBandedRows(Boolean showBandedRows)WorkbookTablewithShowFilterButton(Boolean showFilterButton)WorkbookTablewithShowHeaders(Boolean showHeaders)WorkbookTablewithShowTotals(Boolean showTotals)WorkbookTablewithStyle(String style)WorkbookTablewithUnmappedField(String name, String value)
-
-
-
Field Detail
-
highlightFirstColumn
protected Boolean highlightFirstColumn
-
highlightLastColumn
protected Boolean highlightLastColumn
-
legacyId
protected String legacyId
-
name
protected String name
-
showBandedColumns
protected Boolean showBandedColumns
-
showBandedRows
protected Boolean showBandedRows
-
showFilterButton
protected Boolean showFilterButton
-
showHeaders
protected Boolean showHeaders
-
showTotals
protected Boolean showTotals
-
style
protected String style
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderWorkbookTable
public static WorkbookTable.Builder builderWorkbookTable()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withHighlightFirstColumn
public WorkbookTable withHighlightFirstColumn(Boolean highlightFirstColumn)
-
withHighlightLastColumn
public WorkbookTable withHighlightLastColumn(Boolean highlightLastColumn)
-
withLegacyId
public WorkbookTable withLegacyId(String legacyId)
-
withName
public WorkbookTable withName(String name)
-
withShowBandedColumns
public WorkbookTable withShowBandedColumns(Boolean showBandedColumns)
-
withShowBandedRows
public WorkbookTable withShowBandedRows(Boolean showBandedRows)
-
withShowFilterButton
public WorkbookTable withShowFilterButton(Boolean showFilterButton)
-
withShowHeaders
public WorkbookTable withShowHeaders(Boolean showHeaders)
-
withShowTotals
public WorkbookTable withShowTotals(Boolean showTotals)
-
withStyle
public WorkbookTable withStyle(String style)
-
withUnmappedField
public WorkbookTable withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getColumns
public WorkbookTableColumnCollectionRequest getColumns()
-
getRows
public WorkbookTableRowCollectionRequest getRows()
-
getSort
public WorkbookTableSortRequest getSort()
-
getWorksheet
public WorkbookWorksheetRequest getWorksheet()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public WorkbookTable patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public WorkbookTable put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
clearFilters
public com.github.davidmoten.odata.client.ActionRequestNoReturn clearFilters()
-
convertToRange
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookRange> convertToRange()
-
reapplyFilters
public com.github.davidmoten.odata.client.ActionRequestNoReturn reapplyFilters()
-
dataBodyRange
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> dataBodyRange()
-
headerRowRange
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> headerRowRange()
-
range
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> range()
-
totalRowRange
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> totalRowRange()
-
-