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