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.MicrosoftGraphWorkbookApplication
application()
Get the application property: workbookApplication.List<MicrosoftGraphWorkbookComment>
comments()
Get the comments property: The comments property.MicrosoftGraphWorkbookFunctions
functions()
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.void
validate()
Validates the instance.MicrosoftGraphWorkbook
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbook.MicrosoftGraphWorkbook
withApplication(MicrosoftGraphWorkbookApplication application)
Set the application property: workbookApplication.MicrosoftGraphWorkbook
withComments(List<MicrosoftGraphWorkbookComment> comments)
Set the comments property: The comments property.MicrosoftGraphWorkbook
withFunctions(MicrosoftGraphWorkbookFunctions functions)
Set the functions property: workbookFunctions.MicrosoftGraphWorkbook
withId(String id)
Set the id property: Read-only.MicrosoftGraphWorkbook
withNames(List<MicrosoftGraphWorkbookNamedItem> names)
Set the names property: Represents a collection of workbook scoped named items (named ranges and constants).MicrosoftGraphWorkbook
withOperations(List<MicrosoftGraphWorkbookOperation> operations)
Set the operations property: The status of workbook operations.MicrosoftGraphWorkbook
withTables(List<MicrosoftGraphWorkbookTable> tables)
Set the tables property: Represents a collection of tables associated with the workbook.MicrosoftGraphWorkbook
withWorksheets(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:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbook withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbook.- Overrides:
withAdditionalProperties
in 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:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-