Class MicrosoftGraphWorkbookTableColumn


  • public final class MicrosoftGraphWorkbookTableColumn
    extends MicrosoftGraphEntity
    workbookTableColumn.
    • Constructor Detail

      • MicrosoftGraphWorkbookTableColumn

        public MicrosoftGraphWorkbookTableColumn()
    • Method Detail

      • index

        public Integer index()
        Get the index property: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.
        Returns:
        the index value.
      • withIndex

        public MicrosoftGraphWorkbookTableColumn withIndex​(Integer index)
        Set the index property: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.
        Parameters:
        index - the index value to set.
        Returns:
        the MicrosoftGraphWorkbookTableColumn object itself.
      • name

        public String name()
        Get the name property: Returns the name of the table column.
        Returns:
        the name value.
      • withName

        public MicrosoftGraphWorkbookTableColumn withName​(String name)
        Set the name property: Returns the name of the table column.
        Parameters:
        name - the name value to set.
        Returns:
        the MicrosoftGraphWorkbookTableColumn object itself.
      • values

        public Map<String,​Object> values()
        Get the values property: Json.
        Returns:
        the values value.