Class MicrosoftGraphWorkbookChartPoint
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartPoint
-
public final class MicrosoftGraphWorkbookChartPoint extends MicrosoftGraphEntity
workbookChartPoint.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: workbookChartPoint.MicrosoftGraphWorkbookChartPointFormat
format()
Get the format property: workbookChartPointFormat.void
validate()
Validates the instance.Map<String,Object>
value()
Get the value property: Json.MicrosoftGraphWorkbookChartPoint
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartPoint.MicrosoftGraphWorkbookChartPoint
withFormat(MicrosoftGraphWorkbookChartPointFormat format)
Set the format property: workbookChartPointFormat.MicrosoftGraphWorkbookChartPoint
withId(String id)
Set the id property: Read-only.MicrosoftGraphWorkbookChartPoint
withValue(Map<String,Object> value)
Set the value property: Json.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
withValue
public MicrosoftGraphWorkbookChartPoint withValue(Map<String,Object> value)
Set the value property: Json.- Parameters:
value
- the value value to set.- Returns:
- the MicrosoftGraphWorkbookChartPoint object itself.
-
format
public MicrosoftGraphWorkbookChartPointFormat format()
Get the format property: workbookChartPointFormat.- Returns:
- the format value.
-
withFormat
public MicrosoftGraphWorkbookChartPoint withFormat(MicrosoftGraphWorkbookChartPointFormat format)
Set the format property: workbookChartPointFormat.- Parameters:
format
- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChartPoint object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookChartPoint.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartPoint withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartPoint.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartPoint object itself.
-
withId
public MicrosoftGraphWorkbookChartPoint withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-