Class MicrosoftGraphWorkbook
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbook
workbook.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbook class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbook.Get the application property: workbookApplication.comments()Get the comments property: The comments property.Get the functions property: workbookFunctions.names()Get the names property: Represents a collection of workbook scoped named items (named ranges and constants).Get the operations property: The status of workbook operations.tables()Get the tables property: Represents a collection of tables associated with the workbook.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbook.withApplication(MicrosoftGraphWorkbookApplication application) Set the application property: workbookApplication.withComments(List<MicrosoftGraphWorkbookComment> comments) Set the comments property: The comments property.withFunctions(MicrosoftGraphWorkbookFunctions functions) Set the functions property: workbookFunctions.Set the id property: Read-only.Set the names property: Represents a collection of workbook scoped named items (named ranges and constants).withOperations(List<MicrosoftGraphWorkbookOperation> operations) Set the operations property: The status of workbook operations.withTables(List<MicrosoftGraphWorkbookTable> tables) Set the tables property: Represents a collection of tables associated with the workbook.withWorksheets(List<MicrosoftGraphWorkbookWorksheet> worksheets) Set the worksheets property: Represents a collection of worksheets associated with the workbook.Get the worksheets property: Represents a collection of worksheets associated with the workbook.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbook
public MicrosoftGraphWorkbook()Creates an instance of MicrosoftGraphWorkbook class.
-
-
Method Details
-
application
Get the application property: workbookApplication.- Returns:
- the application value.
-
withApplication
Set the application property: workbookApplication.- Parameters:
application- the application value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
comments
Get the comments property: The comments property.- Returns:
- the comments value.
-
withComments
Set the comments property: The comments property.- Parameters:
comments- the comments value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
functions
Get the functions property: workbookFunctions.- Returns:
- the functions value.
-
withFunctions
Set the functions property: workbookFunctions.- Parameters:
functions- the functions value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
names
Get the names property: Represents a collection of workbook scoped named items (named ranges and constants). Read-only.- Returns:
- the names value.
-
withNames
Set the names property: Represents a collection of workbook scoped named items (named ranges and constants). Read-only.- Parameters:
names- the names value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
operations
Get the operations property: The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.- Returns:
- the operations value.
-
withOperations
Set the operations property: The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.- Parameters:
operations- the operations value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
tables
Get the tables property: Represents a collection of tables associated with the workbook. Read-only.- Returns:
- the tables value.
-
withTables
Set the tables property: Represents a collection of tables associated with the workbook. Read-only.- Parameters:
tables- the tables value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
worksheets
Get the worksheets property: Represents a collection of worksheets associated with the workbook. Read-only.- Returns:
- the worksheets value.
-
withWorksheets
Set the worksheets property: Represents a collection of worksheets associated with the workbook. Read-only.- Parameters:
worksheets- the worksheets value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
additionalProperties
Get the additionalProperties property: workbook.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: workbook.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbook 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.
-