MicrosoftGraphWorkbookChartSeriesFormat Class

public final class MicrosoftGraphWorkbookChartSeriesFormat
extends MicrosoftGraphEntity

workbookChartSeriesFormat.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookChartSeriesFormat()

Creates an instance of MicrosoftGraphWorkbookChartSeriesFormat class.

Method Summary

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

Get the additionalProperties property: workbookChartSeriesFormat.

MicrosoftGraphWorkbookChartFill fill()

Get the fill property: workbookChartFill.

static MicrosoftGraphWorkbookChartSeriesFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartSeriesFormat from the JsonReader.

MicrosoftGraphWorkbookChartLineFormat line()

Get the line property: workbookChartLineFormat.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphWorkbookChartSeriesFormat withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookChartSeriesFormat.

MicrosoftGraphWorkbookChartSeriesFormat withFill(MicrosoftGraphWorkbookChartFill fill)

Set the fill property: workbookChartFill.

MicrosoftGraphWorkbookChartSeriesFormat withId(String id)

Set the id property: Read-only.

MicrosoftGraphWorkbookChartSeriesFormat withLine(MicrosoftGraphWorkbookChartLineFormat line)

Set the line property: workbookChartLineFormat.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookChartSeriesFormat

public MicrosoftGraphWorkbookChartSeriesFormat()

Creates an instance of MicrosoftGraphWorkbookChartSeriesFormat class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookChartSeriesFormat.

Overrides:

MicrosoftGraphWorkbookChartSeriesFormat.additionalProperties()

Returns:

the additionalProperties value.

fill

public MicrosoftGraphWorkbookChartFill fill()

Get the fill property: workbookChartFill.

Returns:

the fill value.

fromJson

public static MicrosoftGraphWorkbookChartSeriesFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartSeriesFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphWorkbookChartSeriesFormat 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 MicrosoftGraphWorkbookChartSeriesFormat.

line

public MicrosoftGraphWorkbookChartLineFormat line()

Get the line property: workbookChartLineFormat.

Returns:

the line value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookChartSeriesFormat.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookChartSeriesFormat.validate()

withAdditionalProperties

public MicrosoftGraphWorkbookChartSeriesFormat withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookChartSeriesFormat.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookChartSeriesFormat object itself.

withFill

public MicrosoftGraphWorkbookChartSeriesFormat withFill(MicrosoftGraphWorkbookChartFill fill)

Set the fill property: workbookChartFill.

Parameters:

fill - the fill value to set.

Returns:

the MicrosoftGraphWorkbookChartSeriesFormat object itself.

withId

public MicrosoftGraphWorkbookChartSeriesFormat withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookChartSeriesFormat.withId(String id)

Parameters:

id

withLine

public MicrosoftGraphWorkbookChartSeriesFormat withLine(MicrosoftGraphWorkbookChartLineFormat line)

Set the line property: workbookChartLineFormat.

Parameters:

line - the line value to set.

Returns:

the MicrosoftGraphWorkbookChartSeriesFormat object itself.

Applies to