MicrosoftGraphWorkbookChartDataLabelFormat Class

public final class MicrosoftGraphWorkbookChartDataLabelFormat
extends MicrosoftGraphEntity

workbookChartDataLabelFormat.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookChartDataLabelFormat()

Creates an instance of MicrosoftGraphWorkbookChartDataLabelFormat class.

Method Summary

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

Get the additionalProperties property: workbookChartDataLabelFormat.

MicrosoftGraphWorkbookChartFill fill()

Get the fill property: workbookChartFill.

MicrosoftGraphWorkbookChartFont font()

Get the font property: workbookChartFont.

static MicrosoftGraphWorkbookChartDataLabelFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartDataLabelFormat from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphWorkbookChartDataLabelFormat withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookChartDataLabelFormat.

MicrosoftGraphWorkbookChartDataLabelFormat withFill(MicrosoftGraphWorkbookChartFill fill)

Set the fill property: workbookChartFill.

MicrosoftGraphWorkbookChartDataLabelFormat withFont(MicrosoftGraphWorkbookChartFont font)

Set the font property: workbookChartFont.

MicrosoftGraphWorkbookChartDataLabelFormat withId(String id)

Set the id property: Read-only.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookChartDataLabelFormat

public MicrosoftGraphWorkbookChartDataLabelFormat()

Creates an instance of MicrosoftGraphWorkbookChartDataLabelFormat class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookChartDataLabelFormat.

Overrides:

MicrosoftGraphWorkbookChartDataLabelFormat.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 MicrosoftGraphWorkbookChartDataLabelFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartDataLabelFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookChartDataLabelFormat.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookChartDataLabelFormat.validate()

withAdditionalProperties

public MicrosoftGraphWorkbookChartDataLabelFormat withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookChartDataLabelFormat.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookChartDataLabelFormat object itself.

withFill

public MicrosoftGraphWorkbookChartDataLabelFormat withFill(MicrosoftGraphWorkbookChartFill fill)

Set the fill property: workbookChartFill.

Parameters:

fill - the fill value to set.

Returns:

the MicrosoftGraphWorkbookChartDataLabelFormat object itself.

withFont

public MicrosoftGraphWorkbookChartDataLabelFormat withFont(MicrosoftGraphWorkbookChartFont font)

Set the font property: workbookChartFont.

Parameters:

font - the font value to set.

Returns:

the MicrosoftGraphWorkbookChartDataLabelFormat object itself.

withId

public MicrosoftGraphWorkbookChartDataLabelFormat withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookChartDataLabelFormat.withId(String id)

Parameters:

id

Applies to