Class MicrosoftGraphWorkbookChartAxisTitle
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartAxisTitle
-
public final class MicrosoftGraphWorkbookChartAxisTitle extends MicrosoftGraphEntity
workbookChartAxisTitle.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartAxisTitle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: workbookChartAxisTitle.MicrosoftGraphWorkbookChartAxisTitleFormat
format()
Get the format property: workbookChartAxisTitleFormat.String
text()
Get the text property: Represents the axis title.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 class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
text
public String text()
Get the text property: Represents the axis title.- Returns:
- the text value.
-
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.
-
visible
public Boolean visible()
Get the visible property: A boolean that specifies the visibility of an axis title.- Returns:
- the visible value.
-
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.
-
format
public MicrosoftGraphWorkbookChartAxisTitleFormat format()
Get the format property: workbookChartAxisTitleFormat.- Returns:
- the format value.
-
withFormat
public MicrosoftGraphWorkbookChartAxisTitle withFormat(MicrosoftGraphWorkbookChartAxisTitleFormat format)
Set the format property: workbookChartAxisTitleFormat.- Parameters:
format
- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxisTitle object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookChartAxisTitle.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartAxisTitle withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartAxisTitle.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxisTitle object itself.
-
withId
public MicrosoftGraphWorkbookChartAxisTitle withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-