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.MicrosoftGraphWorkbookChartAxisTitleFormatformat()Get the format property: workbookChartAxisTitleFormat.Stringtext()Get the text property: Represents the axis title.voidvalidate()Validates the instance.Booleanvisible()Get the visible property: A boolean that specifies the visibility of an axis title.MicrosoftGraphWorkbookChartAxisTitlewithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartAxisTitle.MicrosoftGraphWorkbookChartAxisTitlewithFormat(MicrosoftGraphWorkbookChartAxisTitleFormat format)Set the format property: workbookChartAxisTitleFormat.MicrosoftGraphWorkbookChartAxisTitlewithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookChartAxisTitlewithText(String text)Set the text property: Represents the axis title.MicrosoftGraphWorkbookChartAxisTitlewithVisible(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:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartAxisTitle withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartAxisTitle.- Overrides:
withAdditionalPropertiesin 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:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-