Class MicrosoftGraphWorkbookChartTitle
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartTitle
-
public final class MicrosoftGraphWorkbookChartTitle extends MicrosoftGraphEntity
workbookChartTitle.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartTitle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: workbookChartTitle.MicrosoftGraphWorkbookChartTitleFormat
format()
Get the format property: workbookChartTitleFormat.Boolean
overlay()
Get the overlay property: Boolean value representing if the chart title will overlay the chart or not.String
text()
Get the text property: Represents the title text of a chart.void
validate()
Validates the instance.Boolean
visible()
Get the visible property: A boolean value the represents the visibility of a chart title object.MicrosoftGraphWorkbookChartTitle
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartTitle.MicrosoftGraphWorkbookChartTitle
withFormat(MicrosoftGraphWorkbookChartTitleFormat format)
Set the format property: workbookChartTitleFormat.MicrosoftGraphWorkbookChartTitle
withId(String id)
Set the id property: Read-only.MicrosoftGraphWorkbookChartTitle
withOverlay(Boolean overlay)
Set the overlay property: Boolean value representing if the chart title will overlay the chart or not.MicrosoftGraphWorkbookChartTitle
withText(String text)
Set the text property: Represents the title text of a chart.MicrosoftGraphWorkbookChartTitle
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
-
-
-
-
Method Detail
-
overlay
public Boolean overlay()
Get the overlay property: Boolean value representing if the chart title will overlay the chart or not.- Returns:
- the overlay value.
-
withOverlay
public MicrosoftGraphWorkbookChartTitle withOverlay(Boolean overlay)
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
public String text()
Get the text property: Represents the title text of a chart.- Returns:
- the text value.
-
withText
public MicrosoftGraphWorkbookChartTitle withText(String text)
Set the text property: Represents the title text of a chart.- Parameters:
text
- the text value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitle object itself.
-
visible
public Boolean visible()
Get the visible property: A boolean value the represents the visibility of a chart title object.- Returns:
- the visible value.
-
withVisible
public MicrosoftGraphWorkbookChartTitle withVisible(Boolean visible)
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
public MicrosoftGraphWorkbookChartTitleFormat format()
Get the format property: workbookChartTitleFormat.- Returns:
- the format value.
-
withFormat
public MicrosoftGraphWorkbookChartTitle withFormat(MicrosoftGraphWorkbookChartTitleFormat format)
Set the format property: workbookChartTitleFormat.- Parameters:
format
- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitle object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookChartTitle.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartTitle withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartTitle.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitle object itself.
-
withId
public MicrosoftGraphWorkbookChartTitle 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.
-
-