Compartilhar via


MicrosoftGraphWorkbookChartPoint Class

public final class MicrosoftGraphWorkbookChartPoint
extends MicrosoftGraphEntity

workbookChartPoint.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookChartPoint()

Creates an instance of MicrosoftGraphWorkbookChartPoint class.

Method Summary

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

Get the additionalProperties property: workbookChartPoint.

MicrosoftGraphWorkbookChartPointFormat format()

Get the format property: workbookChartPointFormat.

static MicrosoftGraphWorkbookChartPoint fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartPoint from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Map<String,Object> value()

Get the value property: Json.

MicrosoftGraphWorkbookChartPoint withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookChartPoint.

MicrosoftGraphWorkbookChartPoint withFormat(MicrosoftGraphWorkbookChartPointFormat format)

Set the format property: workbookChartPointFormat.

MicrosoftGraphWorkbookChartPoint withId(String id)

Set the id property: Read-only.

MicrosoftGraphWorkbookChartPoint withValue(Map<String,Object> value)

Set the value property: Json.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookChartPoint

public MicrosoftGraphWorkbookChartPoint()

Creates an instance of MicrosoftGraphWorkbookChartPoint class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookChartPoint.

Overrides:

MicrosoftGraphWorkbookChartPoint.additionalProperties()

Returns:

the additionalProperties value.

format

public MicrosoftGraphWorkbookChartPointFormat format()

Get the format property: workbookChartPointFormat.

Returns:

the format value.

fromJson

public static MicrosoftGraphWorkbookChartPoint fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartPoint from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookChartPoint.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookChartPoint.validate()

value

public Map value()

Get the value property: Json.

Returns:

the value value.

withAdditionalProperties

public MicrosoftGraphWorkbookChartPoint withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookChartPoint.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookChartPoint object itself.

withFormat

public MicrosoftGraphWorkbookChartPoint withFormat(MicrosoftGraphWorkbookChartPointFormat format)

Set the format property: workbookChartPointFormat.

Parameters:

format - the format value to set.

Returns:

the MicrosoftGraphWorkbookChartPoint object itself.

withId

public MicrosoftGraphWorkbookChartPoint withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookChartPoint.withId(String id)

Parameters:

id

withValue

public MicrosoftGraphWorkbookChartPoint withValue(Map value)

Set the value property: Json.

Parameters:

value - the value value to set.

Returns:

the MicrosoftGraphWorkbookChartPoint object itself.

Applies to