Class MicrosoftGraphWorkbook

    • Constructor Detail

      • MicrosoftGraphWorkbook

        public MicrosoftGraphWorkbook()
    • Method Detail

      • 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.