Class MicrosoftGraphWorkbookChartAxes
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartAxes
workbookChartAxes.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartAxes class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartAxes.Get the categoryAxis property: workbookChartAxis.Get the seriesAxis property: workbookChartAxis.voidvalidate()Validates the instance.Get the valueAxis property: workbookChartAxis.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartAxes.withCategoryAxis(MicrosoftGraphWorkbookChartAxis categoryAxis) Set the categoryAxis property: workbookChartAxis.Set the id property: Read-only.withSeriesAxis(MicrosoftGraphWorkbookChartAxis seriesAxis) Set the seriesAxis property: workbookChartAxis.withValueAxis(MicrosoftGraphWorkbookChartAxis valueAxis) Set the valueAxis property: workbookChartAxis.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookChartAxes
public MicrosoftGraphWorkbookChartAxes()Creates an instance of MicrosoftGraphWorkbookChartAxes class.
-
-
Method Details
-
categoryAxis
Get the categoryAxis property: workbookChartAxis.- Returns:
- the categoryAxis value.
-
withCategoryAxis
public MicrosoftGraphWorkbookChartAxes withCategoryAxis(MicrosoftGraphWorkbookChartAxis categoryAxis) Set the categoryAxis property: workbookChartAxis.- Parameters:
categoryAxis- the categoryAxis value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxes object itself.
-
seriesAxis
Get the seriesAxis property: workbookChartAxis.- Returns:
- the seriesAxis value.
-
withSeriesAxis
Set the seriesAxis property: workbookChartAxis.- Parameters:
seriesAxis- the seriesAxis value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxes object itself.
-
valueAxis
Get the valueAxis property: workbookChartAxis.- Returns:
- the valueAxis value.
-
withValueAxis
Set the valueAxis property: workbookChartAxis.- Parameters:
valueAxis- the valueAxis value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxes object itself.
-
additionalProperties
Get the additionalProperties property: workbookChartAxes.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartAxes withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartAxes.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxes 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.
-