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
Methods 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. withHighlightFirstColumn(Boolean highlightFirstColumn)WorkbookTableWorkbookTable. withHighlightLastColumn(Boolean highlightLastColumn)WorkbookTableWorkbookTable. withLegacyId(String legacyId)WorkbookTableWorkbookTable. withName(String name)WorkbookTableWorkbookTable. withShowBandedColumns(Boolean showBandedColumns)WorkbookTableWorkbookTable. withShowBandedRows(Boolean showBandedRows)WorkbookTableWorkbookTable. withShowFilterButton(Boolean showFilterButton)WorkbookTableWorkbookTable. withShowHeaders(Boolean showHeaders)WorkbookTableWorkbookTable. withShowTotals(Boolean showTotals)WorkbookTableWorkbookTable. withStyle(String style)WorkbookTableWorkbookTable. withUnmappedField(String name, String value) -
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)
-