public class WorkbookChart extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookChart.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Double |
height |
protected Double |
left |
protected String |
name |
protected Double |
top |
protected Double |
width |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookChart() |
| Modifier and Type | Method and Description |
|---|---|
static WorkbookChart.Builder |
builderWorkbookChart()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
WorkbookChartAxesRequest |
getAxes() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
WorkbookChartDataLabelsRequest |
getDataLabels() |
WorkbookChartAreaFormatRequest |
getFormat() |
Optional<Double> |
getHeight() |
Optional<Double> |
getLeft() |
WorkbookChartLegendRequest |
getLegend() |
Optional<String> |
getName() |
WorkbookChartSeriesCollectionRequest |
getSeries() |
WorkbookChartTitleRequest |
getTitle() |
Optional<Double> |
getTop() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Double> |
getWidth() |
WorkbookWorksheetRequest |
getWorksheet() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> |
image_Function__(Integer width,
Integer height,
String fittingMode) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> |
image_Function_(Integer width,
Integer height) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> |
image_Function(Integer width) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> |
image() |
String |
odataTypeName() |
WorkbookChart |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WorkbookChart |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
setData(Json sourceData,
String seriesBy) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
setPosition(Json startCell,
Json endCell) |
String |
toString() |
WorkbookChart |
withHeight(Double height) |
WorkbookChart |
withLeft(Double left) |
WorkbookChart |
withName(String name) |
WorkbookChart |
withTop(Double top) |
WorkbookChart |
withWidth(Double width) |
protected Double height
protected Double left
protected String name
protected Double top
protected Double width
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WorkbookChart.Builder builderWorkbookChart()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic WorkbookChart withHeight(Double height)
public WorkbookChart withLeft(Double left)
public WorkbookChart withName(String name)
public WorkbookChart withTop(Double top)
public WorkbookChart withWidth(Double width)
public WorkbookChartAxesRequest getAxes()
public WorkbookChartDataLabelsRequest getDataLabels()
public WorkbookChartAreaFormatRequest getFormat()
public WorkbookChartLegendRequest getLegend()
public WorkbookChartSeriesCollectionRequest getSeries()
public WorkbookChartTitleRequest getTitle()
public WorkbookWorksheetRequest getWorksheet()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WorkbookChart patch()
this with changed fields reset.public WorkbookChart put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn setData(Json sourceData, String seriesBy)
public com.github.davidmoten.odata.client.ActionRequestNoReturn setPosition(Json startCell, Json endCell)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> image()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> image_Function(Integer width)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> image_Function_(Integer width, Integer height)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> image_Function__(Integer width, Integer height, String fittingMode)
Copyright © 2018–2020. All rights reserved.