Class MicrosoftGraphWorkbookWorksheet
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookWorksheet
workbookWorksheet.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookWorksheet class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookWorksheet.charts()Get the charts property: Returns collection of charts that are part of the worksheet.name()Get the name property: The display name of the worksheet.names()Get the names property: Returns collection of names that are associated with the worksheet.Get the pivotTables property: Collection of PivotTables that are part of the worksheet.position()Get the position property: The zero-based position of the worksheet within the workbook.Get the protection property: workbookWorksheetProtection.tables()Get the tables property: Collection of tables that are part of the worksheet.voidvalidate()Validates the instance.Get the visibility property: The Visibility of the worksheet.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookWorksheet.withCharts(List<MicrosoftGraphWorkbookChart> charts) Set the charts property: Returns collection of charts that are part of the worksheet.Set the id property: Read-only.Set the name property: The display name of the worksheet.Set the names property: Returns collection of names that are associated with the worksheet.withPivotTables(List<MicrosoftGraphWorkbookPivotTable> pivotTables) Set the pivotTables property: Collection of PivotTables that are part of the worksheet.withPosition(Integer position) Set the position property: The zero-based position of the worksheet within the workbook.Set the protection property: workbookWorksheetProtection.withTables(List<MicrosoftGraphWorkbookTable> tables) Set the tables property: Collection of tables that are part of the worksheet.withVisibility(String visibility) Set the visibility property: The Visibility of the worksheet.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookWorksheet
public MicrosoftGraphWorkbookWorksheet()Creates an instance of MicrosoftGraphWorkbookWorksheet class.
-
-
Method Details
-
name
Get the name property: The display name of the worksheet.- Returns:
- the name value.
-
withName
Set the name property: The display name of the worksheet.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphWorkbookWorksheet object itself.
-
position
Get the position property: The zero-based position of the worksheet within the workbook.- Returns:
- the position value.
-
withPosition
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
Get the visibility property: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.- Returns:
- the visibility value.
-
withVisibility
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
Get the pivotTables property: Collection of PivotTables that are part of the worksheet.- Returns:
- the pivotTables value.
-
withPivotTables
public MicrosoftGraphWorkbookWorksheet withPivotTables(List<MicrosoftGraphWorkbookPivotTable> pivotTables) 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
public MicrosoftGraphWorkbookWorksheet withProtection(MicrosoftGraphWorkbookWorksheetProtection protection) 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
Get the additionalProperties property: workbookWorksheet.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookWorksheet withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookWorksheet.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookWorksheet object itself.
-
withId
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.
-