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