Compartilhar via


MicrosoftGraphWorkbookChartPointFormat Class

public final class MicrosoftGraphWorkbookChartPointFormat
extends MicrosoftGraphEntity

workbookChartPointFormat.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookChartPointFormat()

Creates an instance of MicrosoftGraphWorkbookChartPointFormat class.

Method Summary

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

Get the additionalProperties property: workbookChartPointFormat.

MicrosoftGraphWorkbookChartFill fill()

Get the fill property: workbookChartFill.

static MicrosoftGraphWorkbookChartPointFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartPointFormat from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphWorkbookChartPointFormat withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookChartPointFormat.

MicrosoftGraphWorkbookChartPointFormat withFill(MicrosoftGraphWorkbookChartFill fill)

Set the fill property: workbookChartFill.

MicrosoftGraphWorkbookChartPointFormat withId(String id)

Set the id property: Read-only.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookChartPointFormat

public MicrosoftGraphWorkbookChartPointFormat()

Creates an instance of MicrosoftGraphWorkbookChartPointFormat class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookChartPointFormat.

Overrides:

MicrosoftGraphWorkbookChartPointFormat.additionalProperties()

Returns:

the additionalProperties value.

fill

public MicrosoftGraphWorkbookChartFill fill()

Get the fill property: workbookChartFill.

Returns:

the fill value.

fromJson

public static MicrosoftGraphWorkbookChartPointFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartPointFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookChartPointFormat.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookChartPointFormat.validate()

withAdditionalProperties

public MicrosoftGraphWorkbookChartPointFormat withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookChartPointFormat.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookChartPointFormat object itself.

withFill

public MicrosoftGraphWorkbookChartPointFormat withFill(MicrosoftGraphWorkbookChartFill fill)

Set the fill property: workbookChartFill.

Parameters:

fill - the fill value to set.

Returns:

the MicrosoftGraphWorkbookChartPointFormat object itself.

withId

public MicrosoftGraphWorkbookChartPointFormat withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookChartPointFormat.withId(String id)

Parameters:

id

Applies to