Class MicrosoftGraphWorkbookChartSeriesFormat
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartSeriesFormat
-
public final class MicrosoftGraphWorkbookChartSeriesFormat extends MicrosoftGraphEntity
workbookChartSeriesFormat.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartSeriesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookChartSeriesFormat.MicrosoftGraphWorkbookChartFillfill()Get the fill property: workbookChartFill.MicrosoftGraphWorkbookChartLineFormatline()Get the line property: workbookChartLineFormat.voidvalidate()Validates the instance.MicrosoftGraphWorkbookChartSeriesFormatwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartSeriesFormat.MicrosoftGraphWorkbookChartSeriesFormatwithFill(MicrosoftGraphWorkbookChartFill fill)Set the fill property: workbookChartFill.MicrosoftGraphWorkbookChartSeriesFormatwithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookChartSeriesFormatwithLine(MicrosoftGraphWorkbookChartLineFormat line)Set the line property: workbookChartLineFormat.-
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 MicrosoftGraphWorkbookChartSeriesFormat withFill(MicrosoftGraphWorkbookChartFill fill)
Set the fill property: workbookChartFill.- Parameters:
fill- the fill value to set.- Returns:
- the MicrosoftGraphWorkbookChartSeriesFormat object itself.
-
line
public MicrosoftGraphWorkbookChartLineFormat line()
Get the line property: workbookChartLineFormat.- Returns:
- the line value.
-
withLine
public MicrosoftGraphWorkbookChartSeriesFormat withLine(MicrosoftGraphWorkbookChartLineFormat line)
Set the line property: workbookChartLineFormat.- Parameters:
line- the line value to set.- Returns:
- the MicrosoftGraphWorkbookChartSeriesFormat object itself.
-
additionalProperties
public Map<String,Object> 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
public MicrosoftGraphWorkbookChartSeriesFormat 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.
-
-