Class WorkbookTableSort

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WorkbookTableSort
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookTableSort extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Table Sort.
  • Field Details

    • fields

      @SerializedName(value="fields", alternate="Fields") @Expose @Nullable public List<WorkbookSortField> fields
      The Fields. Represents the current conditions used to last sort the table. Read-only.
    • matchCase

      @SerializedName(value="matchCase", alternate="MatchCase") @Expose @Nullable public Boolean matchCase
      The Match Case. Represents whether the casing impacted the last sort of the table. Read-only.
    • method

      @SerializedName(value="method", alternate="Method") @Expose @Nullable public String method
      The Method. Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.
  • Constructor Details

    • WorkbookTableSort

      public WorkbookTableSort()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to