MicrosoftGraphWorkbookWorksheet Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookWorksheet
- com.
- com.
public final class MicrosoftGraphWorkbookWorksheet
extends MicrosoftGraphEntity
workbookWorksheet.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookWorksheet() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
List<Microsoft |
charts()
Get the charts property: Returns collection of charts that are part of the worksheet. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
name()
Get the name property: The display name of the worksheet. |
List<Microsoft |
names()
Get the names property: Returns collection of names that are associated with the worksheet. |
List<Microsoft |
pivotTables()
Get the pivot |
Integer |
position()
Get the position property: The zero-based position of the worksheet within the workbook. |
Microsoft |
protection()
Get the protection property: workbook |
List<Microsoft |
tables()
Get the tables property: Collection of tables that are part of the worksheet. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
visibility()
Get the visibility property: The Visibility of the worksheet. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCharts(List<MicrosoftGraphWorkbookChart> charts)
Set the charts property: Returns collection of charts that are part of the worksheet. |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withName(String name)
Set the name property: The display name of the worksheet. |
Microsoft |
withNames(List<MicrosoftGraphWorkbookNamedItem> names)
Set the names property: Returns collection of names that are associated with the worksheet. |
Microsoft |
withPivotTables(List<MicrosoftGraphWorkbookPivotTable> pivotTables)
Set the pivot |
Microsoft |
withPosition(Integer position)
Set the position property: The zero-based position of the worksheet within the workbook. |
Microsoft |
withProtection(MicrosoftGraphWorkbookWorksheetProtection protection)
Set the protection property: workbook |
Microsoft |
withTables(List<MicrosoftGraphWorkbookTable> tables)
Set the tables property: Collection of tables that are part of the worksheet. |
Microsoft |
withVisibility(String visibility)
Set the visibility property: The Visibility of the worksheet. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookWorksheet
public MicrosoftGraphWorkbookWorksheet()
Creates an instance of MicrosoftGraphWorkbookWorksheet class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookWorksheet.
Overrides:
MicrosoftGraphWorkbookWorksheet.additionalProperties()Returns:
charts
public List
Get the charts property: Returns collection of charts that are part of the worksheet. Read-only.
Returns:
fromJson
public static MicrosoftGraphWorkbookWorksheet fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookWorksheet from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The display name of the worksheet.
Returns:
names
public List
Get the names property: Returns collection of names that are associated with the worksheet. Read-only.
Returns:
pivotTables
public List
Get the pivotTables property: Collection of PivotTables that are part of the worksheet.
Returns:
position
public Integer position()
Get the position property: The zero-based position of the worksheet within the workbook.
Returns:
protection
public MicrosoftGraphWorkbookWorksheetProtection protection()
Get the protection property: workbookWorksheetProtection.
Returns:
tables
public List
Get the tables property: Collection of tables that are part of the worksheet. Read-only.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookWorksheet.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookWorksheet.validate()visibility
public String visibility()
Get the visibility property: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
Returns:
withAdditionalProperties
public MicrosoftGraphWorkbookWorksheet withAdditionalProperties(Map
Set the additionalProperties property: workbookWorksheet.
Overrides:
MicrosoftGraphWorkbookWorksheet.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withCharts
public MicrosoftGraphWorkbookWorksheet withCharts(List
Set the charts property: Returns collection of charts that are part of the worksheet. Read-only.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookWorksheet withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookWorksheet.withId(String id)Parameters:
withName
public MicrosoftGraphWorkbookWorksheet withName(String name)
Set the name property: The display name of the worksheet.
Parameters:
Returns:
withNames
public MicrosoftGraphWorkbookWorksheet withNames(List
Set the names property: Returns collection of names that are associated with the worksheet. Read-only.
Parameters:
Returns:
withPivotTables
public MicrosoftGraphWorkbookWorksheet withPivotTables(List
Set the pivotTables property: Collection of PivotTables that are part of the worksheet.
Parameters:
Returns:
withPosition
public MicrosoftGraphWorkbookWorksheet withPosition(Integer position)
Set the position property: The zero-based position of the worksheet within the workbook.
Parameters:
Returns:
withProtection
public MicrosoftGraphWorkbookWorksheet withProtection(MicrosoftGraphWorkbookWorksheetProtection protection)
Set the protection property: workbookWorksheetProtection.
Parameters:
Returns:
withTables
public MicrosoftGraphWorkbookWorksheet withTables(List
Set the tables property: Collection of tables that are part of the worksheet. Read-only.
Parameters:
Returns:
withVisibility
public MicrosoftGraphWorkbookWorksheet withVisibility(String visibility)
Set the visibility property: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
Parameters:
Returns:
Applies to
Azure SDK for Java