Class MicrosoftGraphWorkbookChartTitle

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartTitle

public final class MicrosoftGraphWorkbookChartTitle extends MicrosoftGraphEntity
workbookChartTitle.
  • Constructor Details

    • MicrosoftGraphWorkbookChartTitle

      public MicrosoftGraphWorkbookChartTitle()
      Creates an instance of MicrosoftGraphWorkbookChartTitle class.
  • Method Details

    • overlay

      public Boolean overlay()
      Get the overlay property: Boolean value representing if the chart title will overlay the chart or not.
      Returns:
      the overlay value.
    • withOverlay

      public MicrosoftGraphWorkbookChartTitle withOverlay(Boolean overlay)
      Set the overlay property: Boolean value representing if the chart title will overlay the chart or not.
      Parameters:
      overlay - the overlay value to set.
      Returns:
      the MicrosoftGraphWorkbookChartTitle object itself.
    • text

      public String text()
      Get the text property: Represents the title text of a chart.
      Returns:
      the text value.
    • withText

      public MicrosoftGraphWorkbookChartTitle withText(String text)
      Set the text property: Represents the title text of a chart.
      Parameters:
      text - the text value to set.
      Returns:
      the MicrosoftGraphWorkbookChartTitle object itself.
    • visible

      public Boolean visible()
      Get the visible property: A boolean value the represents the visibility of a chart title object.
      Returns:
      the visible value.
    • withVisible

      public MicrosoftGraphWorkbookChartTitle withVisible(Boolean visible)
      Set the visible property: A boolean value the represents the visibility of a chart title object.
      Parameters:
      visible - the visible value to set.
      Returns:
      the MicrosoftGraphWorkbookChartTitle object itself.
    • format

      Get the format property: workbookChartTitleFormat.
      Returns:
      the format value.
    • withFormat

      Set the format property: workbookChartTitleFormat.
      Parameters:
      format - the format value to set.
      Returns:
      the MicrosoftGraphWorkbookChartTitle object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: workbookChartTitle.
      Overrides:
      additionalProperties in class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphWorkbookChartTitle withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: workbookChartTitle.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphWorkbookChartTitle object itself.
    • withId

      Set the id property: Read-only.
      Overrides:
      withId in class MicrosoftGraphEntity
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphEntity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MicrosoftGraphEntity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.