Class MicrosoftGraphWorkbookChartTitle
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartTitle
workbookChartTitle.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartTitle class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartTitle.format()Get the format property: workbookChartTitleFormat.overlay()Get the overlay property: Boolean value representing if the chart title will overlay the chart or not.text()Get the text property: Represents the title text of a chart.voidvalidate()Validates the instance.visible()Get the visible property: A boolean value the represents the visibility of a chart title object.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartTitle.Set the format property: workbookChartTitleFormat.Set the id property: Read-only.withOverlay(Boolean overlay) Set the overlay property: Boolean value representing if the chart title will overlay the chart or not.Set the text property: Represents the title text of a chart.withVisible(Boolean visible) Set the visible property: A boolean value the represents the visibility of a chart title object.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookChartTitle
public MicrosoftGraphWorkbookChartTitle()Creates an instance of MicrosoftGraphWorkbookChartTitle class.
-
-
Method Details
-
overlay
Get the overlay property: Boolean value representing if the chart title will overlay the chart or not.- Returns:
- the overlay value.
-
withOverlay
Set the overlay property: Boolean value representing if the chart title will overlay the chart or not.- Parameters:
overlay- the overlay value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitle object itself.
-
text
Get the text property: Represents the title text of a chart.- Returns:
- the text value.
-
withText
Set the text property: Represents the title text of a chart.- Parameters:
text- the text value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitle object itself.
-
visible
Get the visible property: A boolean value the represents the visibility of a chart title object.- Returns:
- the visible value.
-
withVisible
Set the visible property: A boolean value the represents the visibility of a chart title object.- Parameters:
visible- the visible value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitle object itself.
-
format
Get the format property: workbookChartTitleFormat.- Returns:
- the format value.
-
withFormat
Set the format property: workbookChartTitleFormat.- Parameters:
format- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitle object itself.
-
additionalProperties
Get the additionalProperties property: workbookChartTitle.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartTitle withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartTitle.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitle 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.
-