MicrosoftGraphWorkbookChartAreaFormat Class

public final class MicrosoftGraphWorkbookChartAreaFormat
extends MicrosoftGraphEntity

workbookChartAreaFormat.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookChartAreaFormat()

Creates an instance of MicrosoftGraphWorkbookChartAreaFormat class.

Method Summary

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

Get the additionalProperties property: workbookChartAreaFormat.

MicrosoftGraphWorkbookChartFill fill()

Get the fill property: workbookChartFill.

MicrosoftGraphWorkbookChartFont font()

Get the font property: workbookChartFont.

static MicrosoftGraphWorkbookChartAreaFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartAreaFormat from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphWorkbookChartAreaFormat withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookChartAreaFormat.

MicrosoftGraphWorkbookChartAreaFormat withFill(MicrosoftGraphWorkbookChartFill fill)

Set the fill property: workbookChartFill.

MicrosoftGraphWorkbookChartAreaFormat withFont(MicrosoftGraphWorkbookChartFont font)

Set the font property: workbookChartFont.

MicrosoftGraphWorkbookChartAreaFormat withId(String id)

Set the id property: Read-only.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookChartAreaFormat

public MicrosoftGraphWorkbookChartAreaFormat()

Creates an instance of MicrosoftGraphWorkbookChartAreaFormat class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookChartAreaFormat.

Overrides:

MicrosoftGraphWorkbookChartAreaFormat.additionalProperties()

Returns:

the additionalProperties value.

fill

public MicrosoftGraphWorkbookChartFill fill()

Get the fill property: workbookChartFill.

Returns:

the fill value.

font

public MicrosoftGraphWorkbookChartFont font()

Get the font property: workbookChartFont.

Returns:

the font value.

fromJson

public static MicrosoftGraphWorkbookChartAreaFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartAreaFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookChartAreaFormat.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookChartAreaFormat.validate()

withAdditionalProperties

public MicrosoftGraphWorkbookChartAreaFormat withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookChartAreaFormat.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookChartAreaFormat object itself.

withFill

public MicrosoftGraphWorkbookChartAreaFormat withFill(MicrosoftGraphWorkbookChartFill fill)

Set the fill property: workbookChartFill.

Parameters:

fill - the fill value to set.

Returns:

the MicrosoftGraphWorkbookChartAreaFormat object itself.

withFont

public MicrosoftGraphWorkbookChartAreaFormat withFont(MicrosoftGraphWorkbookChartFont font)

Set the font property: workbookChartFont.

Parameters:

font - the font value to set.

Returns:

the MicrosoftGraphWorkbookChartAreaFormat object itself.

withId

public MicrosoftGraphWorkbookChartAreaFormat withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookChartAreaFormat.withId(String id)

Parameters:

id

Applies to