Class MicrosoftGraphWorkbookChartSeries
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartSeries
-
public final class MicrosoftGraphWorkbookChartSeries extends MicrosoftGraphEntity
workbookChartSeries.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartSeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: workbookChartSeries.MicrosoftGraphWorkbookChartSeriesFormat
format()
Get the format property: workbookChartSeriesFormat.String
name()
Get the name property: Represents the name of a series in a chart.List<MicrosoftGraphWorkbookChartPoint>
points()
Get the points property: Represents a collection of all points in the series.void
validate()
Validates the instance.MicrosoftGraphWorkbookChartSeries
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartSeries.MicrosoftGraphWorkbookChartSeries
withFormat(MicrosoftGraphWorkbookChartSeriesFormat format)
Set the format property: workbookChartSeriesFormat.MicrosoftGraphWorkbookChartSeries
withId(String id)
Set the id property: Read-only.MicrosoftGraphWorkbookChartSeries
withName(String name)
Set the name property: Represents the name of a series in a chart.MicrosoftGraphWorkbookChartSeries
withPoints(List<MicrosoftGraphWorkbookChartPoint> points)
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
-
-
-
-
Method Detail
-
name
public String name()
Get the name property: Represents the name of a series in a chart.- Returns:
- the name value.
-
withName
public MicrosoftGraphWorkbookChartSeries withName(String name)
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
public MicrosoftGraphWorkbookChartSeriesFormat format()
Get the format property: workbookChartSeriesFormat.- Returns:
- the format value.
-
withFormat
public MicrosoftGraphWorkbookChartSeries withFormat(MicrosoftGraphWorkbookChartSeriesFormat format)
Set the format property: workbookChartSeriesFormat.- Parameters:
format
- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChartSeries object itself.
-
points
public List<MicrosoftGraphWorkbookChartPoint> points()
Get the points property: Represents a collection of all points in the series. Read-only.- Returns:
- the points value.
-
withPoints
public MicrosoftGraphWorkbookChartSeries withPoints(List<MicrosoftGraphWorkbookChartPoint> points)
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
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookChartSeries.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartSeries withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartSeries.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartSeries object itself.
-
withId
public MicrosoftGraphWorkbookChartSeries withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-