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 Summary
Constructors Constructor Description MicrosoftGraphWorkbookWorksheet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookWorksheet.List<MicrosoftGraphWorkbookChart>charts()Get the charts property: Returns collection of charts that are part of the worksheet.Stringname()Get the name property: The display name of the worksheet.List<MicrosoftGraphWorkbookNamedItem>names()Get the names property: Returns collection of names that are associated with the worksheet.List<MicrosoftGraphWorkbookPivotTable>pivotTables()Get the pivotTables property: Collection of PivotTables that are part of the worksheet.Integerposition()Get the position property: The zero-based position of the worksheet within the workbook.MicrosoftGraphWorkbookWorksheetProtectionprotection()Get the protection property: workbookWorksheetProtection.List<MicrosoftGraphWorkbookTable>tables()Get the tables property: Collection of tables that are part of the worksheet.voidvalidate()Validates the instance.Stringvisibility()Get the visibility property: The Visibility of the worksheet.MicrosoftGraphWorkbookWorksheetwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookWorksheet.MicrosoftGraphWorkbookWorksheetwithCharts(List<MicrosoftGraphWorkbookChart> charts)Set the charts property: Returns collection of charts that are part of the worksheet.MicrosoftGraphWorkbookWorksheetwithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookWorksheetwithName(String name)Set the name property: The display name of the worksheet.MicrosoftGraphWorkbookWorksheetwithNames(List<MicrosoftGraphWorkbookNamedItem> names)Set the names property: Returns collection of names that are associated with the worksheet.MicrosoftGraphWorkbookWorksheetwithPivotTables(List<MicrosoftGraphWorkbookPivotTable> pivotTables)Set the pivotTables property: Collection of PivotTables that are part of the worksheet.MicrosoftGraphWorkbookWorksheetwithPosition(Integer position)Set the position property: The zero-based position of the worksheet within the workbook.MicrosoftGraphWorkbookWorksheetwithProtection(MicrosoftGraphWorkbookWorksheetProtection protection)Set the protection property: workbookWorksheetProtection.MicrosoftGraphWorkbookWorksheetwithTables(List<MicrosoftGraphWorkbookTable> tables)Set the tables property: Collection of tables that are part of the worksheet.MicrosoftGraphWorkbookWorksheetwithVisibility(String visibility)Set the visibility property: The Visibility of the worksheet.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
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
public List<MicrosoftGraphWorkbookChart> charts()
Get the charts property: Returns collection of charts that are part of the worksheet. Read-only.- Returns:
- the charts value.
-
withCharts
public MicrosoftGraphWorkbookWorksheet withCharts(List<MicrosoftGraphWorkbookChart> charts)
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
public List<MicrosoftGraphWorkbookNamedItem> names()
Get the names property: Returns collection of names that are associated with the worksheet. Read-only.- Returns:
- the names value.
-
withNames
public MicrosoftGraphWorkbookWorksheet withNames(List<MicrosoftGraphWorkbookNamedItem> names)
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
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
public MicrosoftGraphWorkbookWorksheetProtection 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
public List<MicrosoftGraphWorkbookTable> tables()
Get the tables property: Collection of tables that are part of the worksheet. Read-only.- Returns:
- the tables value.
-
withTables
public MicrosoftGraphWorkbookWorksheet withTables(List<MicrosoftGraphWorkbookTable> tables)
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:
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
public MicrosoftGraphWorkbookWorksheet withId(String id)
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.
-
-