Class MicrosoftGraphWorkbookChartAxis
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartAxis
workbookChartAxis.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartAxis class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartAxis.format()Get the format property: workbookChartAxisFormat.Get the majorGridlines property: workbookChartGridlines.Get the majorUnit property: Json.maximum()Get the maximum property: Json.minimum()Get the minimum property: Json.Get the minorGridlines property: workbookChartGridlines.Get the minorUnit property: Json.title()Get the title property: workbookChartAxisTitle.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartAxis.Set the format property: workbookChartAxisFormat.Set the id property: Read-only.withMajorGridlines(MicrosoftGraphWorkbookChartGridlines majorGridlines) Set the majorGridlines property: workbookChartGridlines.withMajorUnit(Map<String, Object> majorUnit) Set the majorUnit property: Json.withMaximum(Map<String, Object> maximum) Set the maximum property: Json.withMinimum(Map<String, Object> minimum) Set the minimum property: Json.withMinorGridlines(MicrosoftGraphWorkbookChartGridlines minorGridlines) Set the minorGridlines property: workbookChartGridlines.withMinorUnit(Map<String, Object> minorUnit) Set the minorUnit property: Json.Set the title property: workbookChartAxisTitle.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookChartAxis
public MicrosoftGraphWorkbookChartAxis()Creates an instance of MicrosoftGraphWorkbookChartAxis class.
-
-
Method Details
-
majorUnit
Get the majorUnit property: Json.- Returns:
- the majorUnit value.
-
withMajorUnit
Set the majorUnit property: Json.- Parameters:
majorUnit- the majorUnit value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxis object itself.
-
maximum
Get the maximum property: Json.- Returns:
- the maximum value.
-
withMaximum
Set the maximum property: Json.- Parameters:
maximum- the maximum value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxis object itself.
-
minimum
Get the minimum property: Json.- Returns:
- the minimum value.
-
withMinimum
Set the minimum property: Json.- Parameters:
minimum- the minimum value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxis object itself.
-
minorUnit
Get the minorUnit property: Json.- Returns:
- the minorUnit value.
-
withMinorUnit
Set the minorUnit property: Json.- Parameters:
minorUnit- the minorUnit value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxis object itself.
-
format
Get the format property: workbookChartAxisFormat.- Returns:
- the format value.
-
withFormat
Set the format property: workbookChartAxisFormat.- Parameters:
format- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxis object itself.
-
majorGridlines
Get the majorGridlines property: workbookChartGridlines.- Returns:
- the majorGridlines value.
-
withMajorGridlines
public MicrosoftGraphWorkbookChartAxis withMajorGridlines(MicrosoftGraphWorkbookChartGridlines majorGridlines) Set the majorGridlines property: workbookChartGridlines.- Parameters:
majorGridlines- the majorGridlines value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxis object itself.
-
minorGridlines
Get the minorGridlines property: workbookChartGridlines.- Returns:
- the minorGridlines value.
-
withMinorGridlines
public MicrosoftGraphWorkbookChartAxis withMinorGridlines(MicrosoftGraphWorkbookChartGridlines minorGridlines) Set the minorGridlines property: workbookChartGridlines.- Parameters:
minorGridlines- the minorGridlines value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxis object itself.
-
title
Get the title property: workbookChartAxisTitle.- Returns:
- the title value.
-
withTitle
Set the title property: workbookChartAxisTitle.- Parameters:
title- the title value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxis object itself.
-
additionalProperties
Get the additionalProperties property: workbookChartAxis.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartAxis withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartAxis.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartAxis 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.
-