Class MicrosoftGraphWorkbookChartTitleFormat
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartTitleFormat
workbookChartTitleFormat.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartTitleFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartTitleFormat.fill()Get the fill property: workbookChartFill.font()Get the font property: workbookChartFont.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartTitleFormat.Set the fill property: workbookChartFill.Set the font property: workbookChartFont.Set the id property: Read-only.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookChartTitleFormat
public MicrosoftGraphWorkbookChartTitleFormat()Creates an instance of MicrosoftGraphWorkbookChartTitleFormat class.
-
-
Method Details
-
fill
Get the fill property: workbookChartFill.- Returns:
- the fill value.
-
withFill
Set the fill property: workbookChartFill.- Parameters:
fill- the fill value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitleFormat object itself.
-
font
Get the font property: workbookChartFont.- Returns:
- the font value.
-
withFont
Set the font property: workbookChartFont.- Parameters:
font- the font value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitleFormat object itself.
-
additionalProperties
Get the additionalProperties property: workbookChartTitleFormat.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartTitleFormat withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartTitleFormat.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartTitleFormat 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.
-