MicrosoftGraphWorkbookChartGridlines Class

public final class MicrosoftGraphWorkbookChartGridlines
extends MicrosoftGraphEntity

workbookChartGridlines.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookChartGridlines()

Creates an instance of MicrosoftGraphWorkbookChartGridlines class.

Method Summary

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

Get the additionalProperties property: workbookChartGridlines.

MicrosoftGraphWorkbookChartGridlinesFormat format()

Get the format property: workbookChartGridlinesFormat.

static MicrosoftGraphWorkbookChartGridlines fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartGridlines from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Boolean visible()

Get the visible property: Boolean value representing if the axis gridlines are visible or not.

MicrosoftGraphWorkbookChartGridlines withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookChartGridlines.

MicrosoftGraphWorkbookChartGridlines withFormat(MicrosoftGraphWorkbookChartGridlinesFormat format)

Set the format property: workbookChartGridlinesFormat.

MicrosoftGraphWorkbookChartGridlines withId(String id)

Set the id property: Read-only.

MicrosoftGraphWorkbookChartGridlines withVisible(Boolean visible)

Set the visible property: Boolean value representing if the axis gridlines are visible or not.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookChartGridlines

public MicrosoftGraphWorkbookChartGridlines()

Creates an instance of MicrosoftGraphWorkbookChartGridlines class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookChartGridlines.

Overrides:

MicrosoftGraphWorkbookChartGridlines.additionalProperties()

Returns:

the additionalProperties value.

format

public MicrosoftGraphWorkbookChartGridlinesFormat format()

Get the format property: workbookChartGridlinesFormat.

Returns:

the format value.

fromJson

public static MicrosoftGraphWorkbookChartGridlines fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartGridlines from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookChartGridlines.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookChartGridlines.validate()

visible

public Boolean visible()

Get the visible property: Boolean value representing if the axis gridlines are visible or not.

Returns:

the visible value.

withAdditionalProperties

public MicrosoftGraphWorkbookChartGridlines withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookChartGridlines.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookChartGridlines object itself.

withFormat

public MicrosoftGraphWorkbookChartGridlines withFormat(MicrosoftGraphWorkbookChartGridlinesFormat format)

Set the format property: workbookChartGridlinesFormat.

Parameters:

format - the format value to set.

Returns:

the MicrosoftGraphWorkbookChartGridlines object itself.

withId

public MicrosoftGraphWorkbookChartGridlines withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookChartGridlines.withId(String id)

Parameters:

id

withVisible

public MicrosoftGraphWorkbookChartGridlines withVisible(Boolean visible)

Set the visible property: Boolean value representing if the axis gridlines are visible or not.

Parameters:

visible - the visible value to set.

Returns:

the MicrosoftGraphWorkbookChartGridlines object itself.

Applies to