MicrosoftGraphWorkbookChartAxisTitle Class

public final class MicrosoftGraphWorkbookChartAxisTitle
extends MicrosoftGraphEntity

workbookChartAxisTitle.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookChartAxisTitle()

Creates an instance of MicrosoftGraphWorkbookChartAxisTitle class.

Method Summary

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

Get the additionalProperties property: workbookChartAxisTitle.

MicrosoftGraphWorkbookChartAxisTitleFormat format()

Get the format property: workbookChartAxisTitleFormat.

static MicrosoftGraphWorkbookChartAxisTitle fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartAxisTitle from the JsonReader.

String text()

Get the text property: Represents the axis title.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Boolean visible()

Get the visible property: A boolean that specifies the visibility of an axis title.

MicrosoftGraphWorkbookChartAxisTitle withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookChartAxisTitle.

MicrosoftGraphWorkbookChartAxisTitle withFormat(MicrosoftGraphWorkbookChartAxisTitleFormat format)

Set the format property: workbookChartAxisTitleFormat.

MicrosoftGraphWorkbookChartAxisTitle withId(String id)

Set the id property: Read-only.

MicrosoftGraphWorkbookChartAxisTitle withText(String text)

Set the text property: Represents the axis title.

MicrosoftGraphWorkbookChartAxisTitle withVisible(Boolean visible)

Set the visible property: A boolean that specifies the visibility of an axis title.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookChartAxisTitle

public MicrosoftGraphWorkbookChartAxisTitle()

Creates an instance of MicrosoftGraphWorkbookChartAxisTitle class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookChartAxisTitle.

Overrides:

MicrosoftGraphWorkbookChartAxisTitle.additionalProperties()

Returns:

the additionalProperties value.

format

public MicrosoftGraphWorkbookChartAxisTitleFormat format()

Get the format property: workbookChartAxisTitleFormat.

Returns:

the format value.

fromJson

public static MicrosoftGraphWorkbookChartAxisTitle fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookChartAxisTitle from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

text

public String text()

Get the text property: Represents the axis title.

Returns:

the text value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookChartAxisTitle.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookChartAxisTitle.validate()

visible

public Boolean visible()

Get the visible property: A boolean that specifies the visibility of an axis title.

Returns:

the visible value.

withAdditionalProperties

public MicrosoftGraphWorkbookChartAxisTitle withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookChartAxisTitle.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookChartAxisTitle object itself.

withFormat

public MicrosoftGraphWorkbookChartAxisTitle withFormat(MicrosoftGraphWorkbookChartAxisTitleFormat format)

Set the format property: workbookChartAxisTitleFormat.

Parameters:

format - the format value to set.

Returns:

the MicrosoftGraphWorkbookChartAxisTitle object itself.

withId

public MicrosoftGraphWorkbookChartAxisTitle withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookChartAxisTitle.withId(String id)

Parameters:

id

withText

public MicrosoftGraphWorkbookChartAxisTitle withText(String text)

Set the text property: Represents the axis title.

Parameters:

text - the text value to set.

Returns:

the MicrosoftGraphWorkbookChartAxisTitle object itself.

withVisible

public MicrosoftGraphWorkbookChartAxisTitle withVisible(Boolean visible)

Set the visible property: A boolean that specifies the visibility of an axis title.

Parameters:

visible - the visible value to set.

Returns:

the MicrosoftGraphWorkbookChartAxisTitle object itself.

Applies to