Class MicrosoftGraphWorkbookTableSort

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableSort

public final class MicrosoftGraphWorkbookTableSort extends MicrosoftGraphEntity
workbookTableSort.
  • Constructor Details

    • MicrosoftGraphWorkbookTableSort

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

    • fields

      Get the fields property: Represents the current conditions used to last sort the table. Read-only.
      Returns:
      the fields value.
    • withFields

      Set the fields property: Represents the current conditions used to last sort the table. Read-only.
      Parameters:
      fields - the fields value to set.
      Returns:
      the MicrosoftGraphWorkbookTableSort object itself.
    • 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.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: workbookTableSort.
      Overrides:
      additionalProperties in class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphWorkbookTableSort withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: workbookTableSort.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphWorkbookTableSort object itself.
    • withId

      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.