Class MicrosoftGraphWorkbookChartLineFormat
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartLineFormat
-
public final class MicrosoftGraphWorkbookChartLineFormat extends MicrosoftGraphEntity
workbookChartLineFormat.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartLineFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookChartLineFormat.Stringcolor()Get the color property: HTML color code representing the color of lines in the chart.voidvalidate()Validates the instance.MicrosoftGraphWorkbookChartLineFormatwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartLineFormat.MicrosoftGraphWorkbookChartLineFormatwithColor(String color)Set the color property: HTML color code representing the color of lines in the chart.MicrosoftGraphWorkbookChartLineFormatwithId(String id)Set the id property: Read-only.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
color
public String color()
Get the color property: HTML color code representing the color of lines in the chart.- Returns:
- the color value.
-
withColor
public MicrosoftGraphWorkbookChartLineFormat withColor(String color)
Set the color property: HTML color code representing the color of lines in the chart.- Parameters:
color- the color value to set.- Returns:
- the MicrosoftGraphWorkbookChartLineFormat object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookChartLineFormat.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartLineFormat withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartLineFormat.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartLineFormat object itself.
-
withId
public MicrosoftGraphWorkbookChartLineFormat withId(String id)
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.
-
-