Class WorkbookSortField

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

public class WorkbookSortField extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Sort Field.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • ascending

      @SerializedName(value="ascending", alternate="Ascending") @Expose @Nullable public Boolean ascending
      The Ascending. Represents whether the sorting is done in an ascending fashion.
    • color

      @SerializedName(value="color", alternate="Color") @Expose @Nullable public String color
      The Color. Represents the color that is the target of the condition if the sorting is on font or cell color.
    • dataOption

      @SerializedName(value="dataOption", alternate="DataOption") @Expose @Nullable public String dataOption
      The Data Option. Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.
    • icon

      @SerializedName(value="icon", alternate="Icon") @Expose @Nullable public WorkbookIcon icon
      The Icon. Represents the icon that is the target of the condition if the sorting is on the cell's icon.
    • key

      @SerializedName(value="key", alternate="Key") @Expose @Nullable public Integer key
      The Key. Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row).
    • sortOn

      @SerializedName(value="sortOn", alternate="SortOn") @Expose @Nullable public String sortOn
      The Sort On. Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.
  • Constructor Details

    • WorkbookSortField

      public WorkbookSortField()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to