MicrosoftGraphWorkbookChartTitle Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookChartTitle
- com.
- com.
public final class MicrosoftGraphWorkbookChartTitle
extends MicrosoftGraphEntity
workbookChartTitle.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookChartTitle() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
format()
Get the format property: workbook |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
overlay()
Get the overlay property: Boolean value representing if the chart title will overlay the chart or not. |
String |
text()
Get the text property: Represents the title text of a chart. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Boolean |
visible()
Get the visible property: A boolean value the represents the visibility of a chart title object. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withFormat(MicrosoftGraphWorkbookChartTitleFormat format)
Set the format property: workbook |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withOverlay(Boolean overlay)
Set the overlay property: Boolean value representing if the chart title will overlay the chart or not. |
Microsoft |
withText(String text)
Set the text property: Represents the title text of a chart. |
Microsoft |
withVisible(Boolean visible)
Set the visible property: A boolean value the represents the visibility of a chart title object. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookChartTitle
public MicrosoftGraphWorkbookChartTitle()
Creates an instance of MicrosoftGraphWorkbookChartTitle class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookChartTitle.
Overrides:
MicrosoftGraphWorkbookChartTitle.additionalProperties()Returns:
format
public MicrosoftGraphWorkbookChartTitleFormat format()
Get the format property: workbookChartTitleFormat.
Returns:
fromJson
public static MicrosoftGraphWorkbookChartTitle fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookChartTitle from the JsonReader.
Parameters:
Returns:
Throws:
overlay
public Boolean overlay()
Get the overlay property: Boolean value representing if the chart title will overlay the chart or not.
Returns:
text
public String text()
Get the text property: Represents the title text of a chart.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookChartTitle.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookChartTitle.validate()visible
public Boolean visible()
Get the visible property: A boolean value the represents the visibility of a chart title object.
Returns:
withAdditionalProperties
public MicrosoftGraphWorkbookChartTitle withAdditionalProperties(Map
Set the additionalProperties property: workbookChartTitle.
Overrides:
MicrosoftGraphWorkbookChartTitle.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withFormat
public MicrosoftGraphWorkbookChartTitle withFormat(MicrosoftGraphWorkbookChartTitleFormat format)
Set the format property: workbookChartTitleFormat.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookChartTitle withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookChartTitle.withId(String id)Parameters:
withOverlay
public MicrosoftGraphWorkbookChartTitle withOverlay(Boolean overlay)
Set the overlay property: Boolean value representing if the chart title will overlay the chart or not.
Parameters:
Returns:
withText
public MicrosoftGraphWorkbookChartTitle withText(String text)
Set the text property: Represents the title text of a chart.
Parameters:
Returns:
withVisible
public MicrosoftGraphWorkbookChartTitle withVisible(Boolean visible)
Set the visible property: A boolean value the represents the visibility of a chart title object.
Parameters:
Returns:
Applies to
Azure SDK for Java