Class MicrosoftGraphWorkbookChartSeries
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartSeries
workbookChartSeries.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartSeries class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartSeries.format()Get the format property: workbookChartSeriesFormat.name()Get the name property: Represents the name of a series in a chart.points()Get the points property: Represents a collection of all points in the series.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartSeries.Set the format property: workbookChartSeriesFormat.Set the id property: Read-only.Set the name property: Represents the name of a series in a chart.Set the points property: Represents a collection of all points in the series.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookChartSeries
public MicrosoftGraphWorkbookChartSeries()Creates an instance of MicrosoftGraphWorkbookChartSeries class.
-
-
Method Details
-
name
Get the name property: Represents the name of a series in a chart.- Returns:
- the name value.
-
withName
Set the name property: Represents the name of a series in a chart.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphWorkbookChartSeries object itself.
-
format
Get the format property: workbookChartSeriesFormat.- Returns:
- the format value.
-
withFormat
Set the format property: workbookChartSeriesFormat.- Parameters:
format- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChartSeries object itself.
-
points
Get the points property: Represents a collection of all points in the series. Read-only.- Returns:
- the points value.
-
withPoints
Set the points property: Represents a collection of all points in the series. Read-only.- Parameters:
points- the points value to set.- Returns:
- the MicrosoftGraphWorkbookChartSeries object itself.
-
additionalProperties
Get the additionalProperties property: workbookChartSeries.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartSeries withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartSeries.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartSeries 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.
-