Class MicrosoftGraphWorkbook
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbook
-
public final class MicrosoftGraphWorkbook extends MicrosoftGraphEntity
workbook.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbook.MicrosoftGraphWorkbookApplicationapplication()Get the application property: workbookApplication.List<MicrosoftGraphWorkbookComment>comments()Get the comments property: The comments property.MicrosoftGraphWorkbookFunctionsfunctions()Get the functions property: workbookFunctions.List<MicrosoftGraphWorkbookNamedItem>names()Get the names property: Represents a collection of workbook scoped named items (named ranges and constants).List<MicrosoftGraphWorkbookOperation>operations()Get the operations property: The status of workbook operations.List<MicrosoftGraphWorkbookTable>tables()Get the tables property: Represents a collection of tables associated with the workbook.voidvalidate()Validates the instance.MicrosoftGraphWorkbookwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbook.MicrosoftGraphWorkbookwithApplication(MicrosoftGraphWorkbookApplication application)Set the application property: workbookApplication.MicrosoftGraphWorkbookwithComments(List<MicrosoftGraphWorkbookComment> comments)Set the comments property: The comments property.MicrosoftGraphWorkbookwithFunctions(MicrosoftGraphWorkbookFunctions functions)Set the functions property: workbookFunctions.MicrosoftGraphWorkbookwithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookwithNames(List<MicrosoftGraphWorkbookNamedItem> names)Set the names property: Represents a collection of workbook scoped named items (named ranges and constants).MicrosoftGraphWorkbookwithOperations(List<MicrosoftGraphWorkbookOperation> operations)Set the operations property: The status of workbook operations.MicrosoftGraphWorkbookwithTables(List<MicrosoftGraphWorkbookTable> tables)Set the tables property: Represents a collection of tables associated with the workbook.MicrosoftGraphWorkbookwithWorksheets(List<MicrosoftGraphWorkbookWorksheet> worksheets)Set the worksheets property: Represents a collection of worksheets associated with the workbook.List<MicrosoftGraphWorkbookWorksheet>worksheets()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
-
-
-
-
Method Detail
-
application
public MicrosoftGraphWorkbookApplication application()
Get the application property: workbookApplication.- Returns:
- the application value.
-
withApplication
public MicrosoftGraphWorkbook withApplication(MicrosoftGraphWorkbookApplication application)
Set the application property: workbookApplication.- Parameters:
application- the application value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
comments
public List<MicrosoftGraphWorkbookComment> comments()
Get the comments property: The comments property.- Returns:
- the comments value.
-
withComments
public MicrosoftGraphWorkbook withComments(List<MicrosoftGraphWorkbookComment> comments)
Set the comments property: The comments property.- Parameters:
comments- the comments value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
functions
public MicrosoftGraphWorkbookFunctions functions()
Get the functions property: workbookFunctions.- Returns:
- the functions value.
-
withFunctions
public MicrosoftGraphWorkbook withFunctions(MicrosoftGraphWorkbookFunctions functions)
Set the functions property: workbookFunctions.- Parameters:
functions- the functions value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
names
public List<MicrosoftGraphWorkbookNamedItem> names()
Get the names property: Represents a collection of workbook scoped named items (named ranges and constants). Read-only.- Returns:
- the names value.
-
withNames
public MicrosoftGraphWorkbook withNames(List<MicrosoftGraphWorkbookNamedItem> names)
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
public List<MicrosoftGraphWorkbookOperation> 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
public MicrosoftGraphWorkbook withOperations(List<MicrosoftGraphWorkbookOperation> operations)
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
public List<MicrosoftGraphWorkbookTable> tables()
Get the tables property: Represents a collection of tables associated with the workbook. Read-only.- Returns:
- the tables value.
-
withTables
public MicrosoftGraphWorkbook withTables(List<MicrosoftGraphWorkbookTable> tables)
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
public List<MicrosoftGraphWorkbookWorksheet> worksheets()
Get the worksheets property: Represents a collection of worksheets associated with the workbook. Read-only.- Returns:
- the worksheets value.
-
withWorksheets
public MicrosoftGraphWorkbook withWorksheets(List<MicrosoftGraphWorkbookWorksheet> worksheets)
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
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbook.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbook withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbook.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbook object itself.
-
withId
public MicrosoftGraphWorkbook 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.
-
-