Class MicrosoftGraphWorkbookTableSort


  • public final class MicrosoftGraphWorkbookTableSort
    extends MicrosoftGraphEntity
    workbookTableSort.
    • Constructor Detail

      • MicrosoftGraphWorkbookTableSort

        public MicrosoftGraphWorkbookTableSort()
    • Method Detail

      • fields

        public List<MicrosoftGraphWorkbookSortField> fields()
        Get the fields property: Represents the current conditions used to last sort the table. Read-only.
        Returns:
        the fields value.
      • matchCase

        public Boolean matchCase()
        Get the matchCase property: Represents whether the casing impacted the last sort of the table. Read-only.
        Returns:
        the matchCase value.
      • withMatchCase

        public MicrosoftGraphWorkbookTableSort withMatchCase​(Boolean matchCase)
        Set the matchCase property: Represents whether the casing impacted the last sort of the table. Read-only.
        Parameters:
        matchCase - the matchCase value to set.
        Returns:
        the MicrosoftGraphWorkbookTableSort object itself.
      • method

        public String method()
        Get the method property: Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.
        Returns:
        the method value.
      • withMethod

        public MicrosoftGraphWorkbookTableSort withMethod​(String method)
        Set the method property: Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.
        Parameters:
        method - the method value to set.
        Returns:
        the MicrosoftGraphWorkbookTableSort object itself.