Class MicrosoftGraphWorkbookChartSeriesFormat
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartSeriesFormat
workbookChartSeriesFormat.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartSeriesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartSeriesFormat.fill()Get the fill property: workbookChartFill.line()Get the line property: workbookChartLineFormat.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartSeriesFormat.Set the fill property: workbookChartFill.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
-
MicrosoftGraphWorkbookChartSeriesFormat
public MicrosoftGraphWorkbookChartSeriesFormat()Creates an instance of MicrosoftGraphWorkbookChartSeriesFormat 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 MicrosoftGraphWorkbookChartSeriesFormat 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 MicrosoftGraphWorkbookChartSeriesFormat object itself.
-
additionalProperties
Get the additionalProperties property: workbookChartSeriesFormat.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartSeriesFormat withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartSeriesFormat.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartSeriesFormat 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.
-