| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
WorkbookChart |
WorkbookChart.Builder.build() |
WorkbookChart |
WorkbookChart.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WorkbookChart |
WorkbookChart.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WorkbookChart |
WorkbookChart.withHeight(Double height) |
WorkbookChart |
WorkbookChart.withLeft(Double left) |
WorkbookChart |
WorkbookChart.withName(String name) |
WorkbookChart |
WorkbookChart.withTop(Double top) |
WorkbookChart |
WorkbookChart.withWidth(Double width) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookChart> |
WorkbookChartCollectionRequest.add(String type,
Json sourceData,
String seriesBy) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookChart> |
WorkbookChartCollectionRequest.item(String name) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookChart> |
WorkbookChartCollectionRequest.itemAt(Integer index) |
Copyright © 2018–2020. All rights reserved.