MicrosoftGraphWorkbookChartSeries Class

public final class MicrosoftGraphWorkbookChartSeries
extends MicrosoftGraphEntity

workbookChartSeries.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookChartSeries()

Creates an instance of MicrosoftGraphWorkbookChartSeries class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: workbookChartSeries.

MicrosoftGraphWorkbookChartSeriesFormat format()

Get the format property: workbookChartSeriesFormat.

static MicrosoftGraphWorkbookChartSeries fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartSeries from the JsonReader.

String name()

Get the name property: Represents the name of a series in a chart.

List<MicrosoftGraphWorkbookChartPoint> points()

Get the points property: Represents a collection of all points in the series.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphWorkbookChartSeries withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookChartSeries.

MicrosoftGraphWorkbookChartSeries withFormat(MicrosoftGraphWorkbookChartSeriesFormat format)

Set the format property: workbookChartSeriesFormat.

MicrosoftGraphWorkbookChartSeries withId(String id)

Set the id property: Read-only.

MicrosoftGraphWorkbookChartSeries withName(String name)

Set the name property: Represents the name of a series in a chart.

MicrosoftGraphWorkbookChartSeries withPoints(List<MicrosoftGraphWorkbookChartPoint> points)

Set the points property: Represents a collection of all points in the series.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookChartSeries

public MicrosoftGraphWorkbookChartSeries()

Creates an instance of MicrosoftGraphWorkbookChartSeries class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookChartSeries.

Overrides:

MicrosoftGraphWorkbookChartSeries.additionalProperties()

Returns:

the additionalProperties value.

format

public MicrosoftGraphWorkbookChartSeriesFormat format()

Get the format property: workbookChartSeriesFormat.

Returns:

the format value.

fromJson

public static MicrosoftGraphWorkbookChartSeries fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartSeries from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphWorkbookChartSeries if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphWorkbookChartSeries.

name

public String name()

Get the name property: Represents the name of a series in a chart.

Returns:

the name value.

points

public List points()

Get the points property: Represents a collection of all points in the series. Read-only.

Returns:

the points value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookChartSeries.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookChartSeries.validate()

withAdditionalProperties

public MicrosoftGraphWorkbookChartSeries withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookChartSeries.

Overrides:

MicrosoftGraphWorkbookChartSeries.withAdditionalProperties(Map<String,Object> additionalProperties)

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookChartSeries object itself.

withFormat

public MicrosoftGraphWorkbookChartSeries withFormat(MicrosoftGraphWorkbookChartSeriesFormat format)

Set the format property: workbookChartSeriesFormat.

Parameters:

format - the format value to set.

Returns:

the MicrosoftGraphWorkbookChartSeries object itself.

withId

public MicrosoftGraphWorkbookChartSeries withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookChartSeries.withId(String id)

Parameters:

id

withName

public MicrosoftGraphWorkbookChartSeries withName(String name)

Set the name property: Represents the name of a series in a chart.

Parameters:

name - the name value to set.

Returns:

the MicrosoftGraphWorkbookChartSeries object itself.

withPoints

public MicrosoftGraphWorkbookChartSeries withPoints(List points)

Set the points property: Represents a collection of all points in the series. Read-only.

Parameters:

points - the points value to set.

Returns:

the MicrosoftGraphWorkbookChartSeries object itself.

Applies to