MicrosoftGraphWorkbookChartSeries Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookChartSeries
- com.
- com.
public final class MicrosoftGraphWorkbookChartSeries
extends MicrosoftGraphEntity
workbookChartSeries.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookChartSeries() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
format()
Get the format property: workbook |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
name()
Get the name property: Represents the name of a series in a chart. |
List<Microsoft |
points()
Get the points property: Represents a collection of all points in the series. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withFormat(MicrosoftGraphWorkbookChartSeriesFormat format)
Set the format property: workbook |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withName(String name)
Set the name property: Represents the name of a series in a chart. |
Microsoft |
withPoints(List<MicrosoftGraphWorkbookChartPoint> points)
Set the points property: Represents a collection of all points in the series. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookChartSeries
public MicrosoftGraphWorkbookChartSeries()
Creates an instance of MicrosoftGraphWorkbookChartSeries class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookChartSeries.
Overrides:
MicrosoftGraphWorkbookChartSeries.additionalProperties()Returns:
format
public MicrosoftGraphWorkbookChartSeriesFormat format()
Get the format property: workbookChartSeriesFormat.
Returns:
fromJson
public static MicrosoftGraphWorkbookChartSeries fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookChartSeries from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Represents the name of a series in a chart.
Returns:
points
public List
Get the points property: Represents a collection of all points in the series. Read-only.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookChartSeries.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookChartSeries.validate()withAdditionalProperties
public MicrosoftGraphWorkbookChartSeries withAdditionalProperties(Map
Set the additionalProperties property: workbookChartSeries.
Overrides:
MicrosoftGraphWorkbookChartSeries.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withFormat
public MicrosoftGraphWorkbookChartSeries withFormat(MicrosoftGraphWorkbookChartSeriesFormat format)
Set the format property: workbookChartSeriesFormat.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookChartSeries withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookChartSeries.withId(String id)Parameters:
withName
public MicrosoftGraphWorkbookChartSeries withName(String name)
Set the name property: Represents the name of a series in a chart.
Parameters:
Returns:
withPoints
public MicrosoftGraphWorkbookChartSeries withPoints(List
Set the points property: Represents a collection of all points in the series. Read-only.
Parameters:
Returns:
Applies to
Azure SDK for Java