Class MicrosoftGraphWorkbookWorksheet

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

public final class MicrosoftGraphWorkbookWorksheet extends MicrosoftGraphEntity
workbookWorksheet.
  • Constructor Details

    • MicrosoftGraphWorkbookWorksheet

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

    • name

      public String name()
      Get the name property: The display name of the worksheet.
      Returns:
      the name value.
    • withName

      public MicrosoftGraphWorkbookWorksheet withName(String name)
      Set the name property: The display name of the worksheet.
      Parameters:
      name - the name value to set.
      Returns:
      the MicrosoftGraphWorkbookWorksheet object itself.
    • position

      public Integer position()
      Get the position property: The zero-based position of the worksheet within the workbook.
      Returns:
      the position value.
    • withPosition

      public MicrosoftGraphWorkbookWorksheet withPosition(Integer position)
      Set the position property: The zero-based position of the worksheet within the workbook.
      Parameters:
      position - the position value to set.
      Returns:
      the MicrosoftGraphWorkbookWorksheet object itself.
    • visibility

      public String visibility()
      Get the visibility property: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
      Returns:
      the visibility value.
    • withVisibility

      public MicrosoftGraphWorkbookWorksheet withVisibility(String visibility)
      Set the visibility property: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
      Parameters:
      visibility - the visibility value to set.
      Returns:
      the MicrosoftGraphWorkbookWorksheet object itself.
    • charts

      Get the charts property: Returns collection of charts that are part of the worksheet. Read-only.
      Returns:
      the charts value.
    • withCharts

      Set the charts property: Returns collection of charts that are part of the worksheet. Read-only.
      Parameters:
      charts - the charts value to set.
      Returns:
      the MicrosoftGraphWorkbookWorksheet object itself.
    • names

      Get the names property: Returns collection of names that are associated with the worksheet. Read-only.
      Returns:
      the names value.
    • withNames

      Set the names property: Returns collection of names that are associated with the worksheet. Read-only.
      Parameters:
      names - the names value to set.
      Returns:
      the MicrosoftGraphWorkbookWorksheet object itself.
    • pivotTables

      public List<MicrosoftGraphWorkbookPivotTable> pivotTables()
      Get the pivotTables property: Collection of PivotTables that are part of the worksheet.
      Returns:
      the pivotTables value.
    • withPivotTables

      Set the pivotTables property: Collection of PivotTables that are part of the worksheet.
      Parameters:
      pivotTables - the pivotTables value to set.
      Returns:
      the MicrosoftGraphWorkbookWorksheet object itself.
    • protection

      Get the protection property: workbookWorksheetProtection.
      Returns:
      the protection value.
    • withProtection

      Set the protection property: workbookWorksheetProtection.
      Parameters:
      protection - the protection value to set.
      Returns:
      the MicrosoftGraphWorkbookWorksheet object itself.
    • tables

      Get the tables property: Collection of tables that are part of the worksheet. Read-only.
      Returns:
      the tables value.
    • withTables

      Set the tables property: Collection of tables that are part of the worksheet. Read-only.
      Parameters:
      tables - the tables value to set.
      Returns:
      the MicrosoftGraphWorkbookWorksheet object itself.
    • additionalProperties

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

      public MicrosoftGraphWorkbookWorksheet withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: workbookWorksheet.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphWorkbookWorksheet 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.