Class WorkbookTableSortApplyParameterSet

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

public class WorkbookTableSortApplyParameterSet extends Object
The class for the Workbook Table 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.
    • method

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

    • WorkbookTableSortApplyParameterSet

      public WorkbookTableSortApplyParameterSet()
      Instiaciates a new WorkbookTableSortApplyParameterSet
    • WorkbookTableSortApplyParameterSet

      protected WorkbookTableSortApplyParameterSet(@Nonnull WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder builder)
      Instiaciates a new WorkbookTableSortApplyParameterSet
      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