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.MicrosoftGraphWorkbookChartTitleFormatformat()Get the format property: workbookChartTitleFormat.Booleanoverlay()Get the overlay property: Boolean value representing if the chart title will overlay the chart or not.Stringtext()Get the text property: Represents the title text of a chart.voidvalidate()Validates the instance.Booleanvisible()Get the visible property: A boolean value the represents the visibility of a chart title object.MicrosoftGraphWorkbookChartTitlewithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartTitle.MicrosoftGraphWorkbookChartTitlewithFormat(MicrosoftGraphWorkbookChartTitleFormat format)Set the format property: workbookChartTitleFormat.MicrosoftGraphWorkbookChartTitlewithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookChartTitlewithOverlay(Boolean overlay)Set the overlay property: Boolean value representing if the chart title will overlay the chart or not.MicrosoftGraphWorkbookChartTitlewithText(String text)Set the text property: Represents the title text of a chart.MicrosoftGraphWorkbookChartTitlewithVisible(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:
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
public MicrosoftGraphWorkbookChartTitle 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.
-
-