Class MicrosoftGraphWorkbookChartPointFormat
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartPointFormat
-
public final class MicrosoftGraphWorkbookChartPointFormat extends MicrosoftGraphEntity
workbookChartPointFormat.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartPointFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookChartPointFormat.MicrosoftGraphWorkbookChartFillfill()Get the fill property: workbookChartFill.voidvalidate()Validates the instance.MicrosoftGraphWorkbookChartPointFormatwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartPointFormat.MicrosoftGraphWorkbookChartPointFormatwithFill(MicrosoftGraphWorkbookChartFill fill)Set the fill property: workbookChartFill.MicrosoftGraphWorkbookChartPointFormatwithId(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 MicrosoftGraphWorkbookChartPointFormat withFill(MicrosoftGraphWorkbookChartFill fill)
Set the fill property: workbookChartFill.- Parameters:
fill- the fill value to set.- Returns:
- the MicrosoftGraphWorkbookChartPointFormat object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookChartPointFormat.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartPointFormat withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartPointFormat.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartPointFormat object itself.
-
withId
public MicrosoftGraphWorkbookChartPointFormat 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.
-
-