Class MicrosoftGraphWorkbookChartAxisTitle
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartAxisTitle
workbookChartAxisTitle.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartAxisTitle class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartAxisTitle.format()Get the format property: workbookChartAxisTitleFormat.text()Get the text property: Represents the axis title.voidvalidate()Validates the instance.visible()Get the visible property: A boolean that specifies the visibility of an axis title.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartAxisTitle.Set the format property: workbookChartAxisTitleFormat.Set the id property: Read-only.Set the text property: Represents the axis title.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
-
Constructor Details
-
MicrosoftGraphWorkbookChartAxisTitle
public MicrosoftGraphWorkbookChartAxisTitle()Creates an instance of MicrosoftGraphWorkbookChartAxisTitle class.
-
-
Method Details
-
text
Get the text property: Represents the axis title.- Returns:
- the text value.
-
withText
Set the text property: Represents the axis title.- Parameters:
text- the text value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxisTitle object itself.
-
visible
Get the visible property: A boolean that specifies the visibility of an axis title.- Returns:
- the visible value.
-
withVisible
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
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
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
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.
-