| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
WorkbookTableColumn |
WorkbookTableColumn.Builder.build() |
WorkbookTableColumn |
WorkbookTableColumn.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WorkbookTableColumn |
WorkbookTableColumn.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WorkbookTableColumn |
WorkbookTableColumn.withIndex(Integer index) |
WorkbookTableColumn |
WorkbookTableColumn.withName(String name) |
WorkbookTableColumn |
WorkbookTableColumn.withValues(Json values) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookTableColumn> |
WorkbookTableColumnCollectionRequest.add(Integer index,
Json values,
String name) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookTableColumn> |
WorkbookTableColumnCollectionRequest.itemAt(Integer index) |
Copyright © 2018–2020. All rights reserved.