Package odata.msgraph.client.entity
Class WorkbookChart
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.WorkbookChart
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class WorkbookChart extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkbookChart.Builder
-
Field Summary
Fields Modifier and Type Field Description protected WorkbookChartAxesaxesprotected WorkbookChartDataLabelsdataLabelsprotected WorkbookChartAreaFormatformatprotected Doubleheightprotected Doubleleftprotected WorkbookChartLegendlegendprotected Stringnameprotected List<WorkbookChartSeries>seriesprotected WorkbookChartTitletitleprotected Doubletopprotected Doublewidthprotected WorkbookWorksheetworksheet-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorkbookChart()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkbookChart.BuilderbuilderWorkbookChart()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WorkbookChartAxesRequestgetAxes()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()WorkbookChartDataLabelsRequestgetDataLabels()WorkbookChartAreaFormatRequestgetFormat()Optional<Double>getHeight()Optional<Double>getLeft()WorkbookChartLegendRequestgetLegend()Optional<String>getName()WorkbookChartSeriesCollectionRequestgetSeries()WorkbookChartTitleRequestgetTitle()Optional<Double>getTop()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Double>getWidth()WorkbookWorksheetRequestgetWorksheet()com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String>image()com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String>image_Function(Integer width)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String>image_Function_(Integer width, Integer height)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String>image_Function__(Integer width, Integer height, String fittingMode)StringodataTypeName()WorkbookChartpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)WorkbookChartput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).com.github.davidmoten.odata.client.ActionRequestNoReturnsetData(Json sourceData, String seriesBy)com.github.davidmoten.odata.client.ActionRequestNoReturnsetPosition(Json startCell, Json endCell)StringtoString()WorkbookChartwithAxes(WorkbookChartAxes axes)WorkbookChartwithDataLabels(WorkbookChartDataLabels dataLabels)WorkbookChartwithFormat(WorkbookChartAreaFormat format)WorkbookChartwithHeight(Double height)WorkbookChartwithLeft(Double left)WorkbookChartwithLegend(WorkbookChartLegend legend)WorkbookChartwithName(String name)WorkbookChartwithSeries(List<WorkbookChartSeries> series)WorkbookChartwithTitle(WorkbookChartTitle title)WorkbookChartwithTop(Double top)WorkbookChartwithUnmappedField(String name, Object value)WorkbookChartwithWidth(Double width)WorkbookChartwithWorksheet(WorkbookWorksheet worksheet)
-
-
-
Field Detail
-
height
protected Double height
-
left
protected Double left
-
name
protected String name
-
top
protected Double top
-
width
protected Double width
-
axes
protected WorkbookChartAxes axes
-
dataLabels
protected WorkbookChartDataLabels dataLabels
-
format
protected WorkbookChartAreaFormat format
-
legend
protected WorkbookChartLegend legend
-
series
protected List<WorkbookChartSeries> series
-
title
protected WorkbookChartTitle title
-
worksheet
protected WorkbookWorksheet worksheet
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderWorkbookChart
public static WorkbookChart.Builder builderWorkbookChart()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withHeight
public WorkbookChart withHeight(Double height)
-
withLeft
public WorkbookChart withLeft(Double left)
-
withName
public WorkbookChart withName(String name)
-
withTop
public WorkbookChart withTop(Double top)
-
withWidth
public WorkbookChart withWidth(Double width)
-
withUnmappedField
public WorkbookChart withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getAxes
public WorkbookChartAxesRequest getAxes()
-
getDataLabels
public WorkbookChartDataLabelsRequest getDataLabels()
-
getFormat
public WorkbookChartAreaFormatRequest getFormat()
-
getLegend
public WorkbookChartLegendRequest getLegend()
-
getSeries
public WorkbookChartSeriesCollectionRequest getSeries()
-
getTitle
public WorkbookChartTitleRequest getTitle()
-
getWorksheet
public WorkbookWorksheetRequest getWorksheet()
-
withAxes
public WorkbookChart withAxes(WorkbookChartAxes axes)
-
withDataLabels
public WorkbookChart withDataLabels(WorkbookChartDataLabels dataLabels)
-
withFormat
public WorkbookChart withFormat(WorkbookChartAreaFormat format)
-
withLegend
public WorkbookChart withLegend(WorkbookChartLegend legend)
-
withSeries
public WorkbookChart withSeries(List<WorkbookChartSeries> series)
-
withTitle
public WorkbookChart withTitle(WorkbookChartTitle title)
-
withWorksheet
public WorkbookChart withWorksheet(WorkbookWorksheet worksheet)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public WorkbookChart patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public WorkbookChart put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
setData
public com.github.davidmoten.odata.client.ActionRequestNoReturn setData(Json sourceData, String seriesBy)
-
setPosition
public com.github.davidmoten.odata.client.ActionRequestNoReturn setPosition(Json startCell, Json endCell)
-
image
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> image()
-
image_Function
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> image_Function(Integer width)
-
image_Function_
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> image_Function_(Integer width, Integer height)
-
image_Function__
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> image_Function__(Integer width, Integer height, String fittingMode)
-
-