Class MicrosoftGraphWorkbookChartGridlines
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartGridlines
workbookChartGridlines.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartGridlines class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartGridlines.format()Get the format property: workbookChartGridlinesFormat.voidvalidate()Validates the instance.visible()Get the visible property: Boolean value representing if the axis gridlines are visible or not.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartGridlines.Set the format property: workbookChartGridlinesFormat.Set the id property: Read-only.withVisible(Boolean visible) Set the visible property: Boolean value representing if the axis gridlines are visible or not.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookChartGridlines
public MicrosoftGraphWorkbookChartGridlines()Creates an instance of MicrosoftGraphWorkbookChartGridlines class.
-
-
Method Details
-
visible
Get the visible property: Boolean value representing if the axis gridlines are visible or not.- Returns:
- the visible value.
-
withVisible
Set the visible property: Boolean value representing if the axis gridlines are visible or not.- Parameters:
visible- the visible value to set.- Returns:
- the MicrosoftGraphWorkbookChartGridlines object itself.
-
format
Get the format property: workbookChartGridlinesFormat.- Returns:
- the format value.
-
withFormat
public MicrosoftGraphWorkbookChartGridlines withFormat(MicrosoftGraphWorkbookChartGridlinesFormat format) Set the format property: workbookChartGridlinesFormat.- Parameters:
format- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChartGridlines object itself.
-
additionalProperties
Get the additionalProperties property: workbookChartGridlines.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartGridlines withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartGridlines.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartGridlines 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.
-