| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
WorkbookTable |
WorkbookTable.Builder.build() |
WorkbookTable |
WorkbookTable.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WorkbookTable |
WorkbookTable.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WorkbookTable |
WorkbookTable.withHighlightFirstColumn(Boolean highlightFirstColumn) |
WorkbookTable |
WorkbookTable.withHighlightLastColumn(Boolean highlightLastColumn) |
WorkbookTable |
WorkbookTable.withLegacyId(String legacyId) |
WorkbookTable |
WorkbookTable.withName(String name) |
WorkbookTable |
WorkbookTable.withShowBandedColumns(Boolean showBandedColumns) |
WorkbookTable |
WorkbookTable.withShowBandedRows(Boolean showBandedRows) |
WorkbookTable |
WorkbookTable.withShowFilterButton(Boolean showFilterButton) |
WorkbookTable |
WorkbookTable.withShowHeaders(Boolean showHeaders) |
WorkbookTable |
WorkbookTable.withShowTotals(Boolean showTotals) |
WorkbookTable |
WorkbookTable.withStyle(String style) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<WorkbookTable> |
WorkbookTableCollectionRequest.add(String address,
Boolean hasHeaders) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<WorkbookTable> |
WorkbookTableCollectionRequest.itemAt(Integer index) |
Copyright © 2018–2020. All rights reserved.