Class WorkbookRangeSortApplyParameterSet

java.lang.Object
com.microsoft.graph.models.WorkbookRangeSortApplyParameterSet

public class WorkbookRangeSortApplyParameterSet extends Object
The class for the Workbook Range Sort Apply Parameter Set.
  • Field Details

    • fields

      @SerializedName(value="fields", alternate="Fields") @Expose @Nullable public List<WorkbookSortField> fields
      The fields.
    • matchCase

      @SerializedName(value="matchCase", alternate="MatchCase") @Expose @Nullable public Boolean matchCase
      The match Case.
    • hasHeaders

      @SerializedName(value="hasHeaders", alternate="HasHeaders") @Expose @Nullable public Boolean hasHeaders
      The has Headers.
    • orientation

      @SerializedName(value="orientation", alternate="Orientation") @Expose @Nullable public String orientation
      The orientation.
    • method

      @SerializedName(value="method", alternate="Method") @Expose @Nullable public String method
      The method.
  • Constructor Details

    • WorkbookRangeSortApplyParameterSet

      public WorkbookRangeSortApplyParameterSet()
      Instiaciates a new WorkbookRangeSortApplyParameterSet
    • WorkbookRangeSortApplyParameterSet

      protected WorkbookRangeSortApplyParameterSet(@Nonnull WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder builder)
      Instiaciates a new WorkbookRangeSortApplyParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request