Uses of Class
odata.msgraph.client.entity.WorkbookTable
-
Packages that use WorkbookTable Package Description odata.msgraph.client.entity odata.msgraph.client.entity.collection.request -
-
Uses of WorkbookTable in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WorkbookTable Modifier and Type Field Description protected List<WorkbookTable>Workbook. tablesprotected List<WorkbookTable>WorkbookWorksheet. tablesMethods in odata.msgraph.client.entity that return WorkbookTable Modifier and Type Method Description WorkbookTableWorkbookTable.Builder. build()WorkbookTableWorkbookTable. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookTableWorkbookTable. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookTableWorkbookTable. withColumns(List<WorkbookTableColumn> columns)WorkbookTableWorkbookTable. withHighlightFirstColumn(Boolean highlightFirstColumn)WorkbookTableWorkbookTable. withHighlightLastColumn(Boolean highlightLastColumn)WorkbookTableWorkbookTable. withLegacyId(String legacyId)WorkbookTableWorkbookTable. withName(String name)WorkbookTableWorkbookTable. withRows(List<WorkbookTableRow> rows)WorkbookTableWorkbookTable. withShowBandedColumns(Boolean showBandedColumns)WorkbookTableWorkbookTable. withShowBandedRows(Boolean showBandedRows)WorkbookTableWorkbookTable. withShowFilterButton(Boolean showFilterButton)WorkbookTableWorkbookTable. withShowHeaders(Boolean showHeaders)WorkbookTableWorkbookTable. withShowTotals(Boolean showTotals)WorkbookTableWorkbookTable. withSort(WorkbookTableSort sort)WorkbookTableWorkbookTable. withStyle(String style)WorkbookTableWorkbookTable. withUnmappedField(String name, Object value)WorkbookTableWorkbookTable. withWorksheet(WorkbookWorksheet worksheet)Methods in odata.msgraph.client.entity with parameters of type WorkbookTable Modifier and Type Method Description Workbook.BuilderWorkbook.Builder. tables(WorkbookTable... tables)WorkbookWorksheet.BuilderWorkbookWorksheet.Builder. tables(WorkbookTable... tables)Method parameters in odata.msgraph.client.entity with type arguments of type WorkbookTable Modifier and Type Method Description Workbook.BuilderWorkbook.Builder. tables(List<WorkbookTable> tables)WorkbookWorksheet.BuilderWorkbookWorksheet.Builder. tables(List<WorkbookTable> tables)WorkbookWorkbook. withTables(List<WorkbookTable> tables)WorkbookWorksheetWorkbookWorksheet. withTables(List<WorkbookTable> tables) -
Uses of WorkbookTable in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type WorkbookTable Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookTable>WorkbookTableCollectionRequest. add(String address, Boolean hasHeaders)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookTable>WorkbookTableCollectionRequest. itemAt(Integer index)
-