Class MicrosoftGraphWorkbookChartDataLabelFormat
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartDataLabelFormat
-
public final class MicrosoftGraphWorkbookChartDataLabelFormat extends MicrosoftGraphEntity
workbookChartDataLabelFormat.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartDataLabelFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookChartDataLabelFormat.MicrosoftGraphWorkbookChartFillfill()Get the fill property: workbookChartFill.MicrosoftGraphWorkbookChartFontfont()Get the font property: workbookChartFont.voidvalidate()Validates the instance.MicrosoftGraphWorkbookChartDataLabelFormatwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartDataLabelFormat.MicrosoftGraphWorkbookChartDataLabelFormatwithFill(MicrosoftGraphWorkbookChartFill fill)Set the fill property: workbookChartFill.MicrosoftGraphWorkbookChartDataLabelFormatwithFont(MicrosoftGraphWorkbookChartFont font)Set the font property: workbookChartFont.MicrosoftGraphWorkbookChartDataLabelFormatwithId(String id)Set the id property: Read-only.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
fill
public MicrosoftGraphWorkbookChartFill fill()
Get the fill property: workbookChartFill.- Returns:
- the fill value.
-
withFill
public MicrosoftGraphWorkbookChartDataLabelFormat withFill(MicrosoftGraphWorkbookChartFill fill)
Set the fill property: workbookChartFill.- Parameters:
fill- the fill value to set.- Returns:
- the MicrosoftGraphWorkbookChartDataLabelFormat object itself.
-
font
public MicrosoftGraphWorkbookChartFont font()
Get the font property: workbookChartFont.- Returns:
- the font value.
-
withFont
public MicrosoftGraphWorkbookChartDataLabelFormat withFont(MicrosoftGraphWorkbookChartFont font)
Set the font property: workbookChartFont.- Parameters:
font- the font value to set.- Returns:
- the MicrosoftGraphWorkbookChartDataLabelFormat object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookChartDataLabelFormat.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartDataLabelFormat withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartDataLabelFormat.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartDataLabelFormat object itself.
-
withId
public MicrosoftGraphWorkbookChartDataLabelFormat 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.
-
-