Class MicrosoftGraphWorkbookChartAxisFormat
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartAxisFormat
-
public final class MicrosoftGraphWorkbookChartAxisFormat extends MicrosoftGraphEntity
workbookChartAxisFormat.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartAxisFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookChartAxisFormat.MicrosoftGraphWorkbookChartFontfont()Get the font property: workbookChartFont.MicrosoftGraphWorkbookChartLineFormatline()Get the line property: workbookChartLineFormat.voidvalidate()Validates the instance.MicrosoftGraphWorkbookChartAxisFormatwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartAxisFormat.MicrosoftGraphWorkbookChartAxisFormatwithFont(MicrosoftGraphWorkbookChartFont font)Set the font property: workbookChartFont.MicrosoftGraphWorkbookChartAxisFormatwithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookChartAxisFormatwithLine(MicrosoftGraphWorkbookChartLineFormat line)Set the line property: workbookChartLineFormat.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
font
public MicrosoftGraphWorkbookChartFont font()
Get the font property: workbookChartFont.- Returns:
- the font value.
-
withFont
public MicrosoftGraphWorkbookChartAxisFormat withFont(MicrosoftGraphWorkbookChartFont font)
Set the font property: workbookChartFont.- Parameters:
font- the font value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxisFormat object itself.
-
line
public MicrosoftGraphWorkbookChartLineFormat line()
Get the line property: workbookChartLineFormat.- Returns:
- the line value.
-
withLine
public MicrosoftGraphWorkbookChartAxisFormat withLine(MicrosoftGraphWorkbookChartLineFormat line)
Set the line property: workbookChartLineFormat.- Parameters:
line- the line value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxisFormat object itself.
-
additionalProperties
public Map<String,Object> 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
public MicrosoftGraphWorkbookChartAxisFormat 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.
-
-