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 Details

    • MicrosoftGraphWorkbook

      public MicrosoftGraphWorkbook()
      Creates an instance of MicrosoftGraphWorkbook class.
  • Method Details

    • 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

      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

      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

      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

      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

      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 class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphWorkbook withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: workbook.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      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 class MicrosoftGraphEntity
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphEntity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MicrosoftGraphEntity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.