Class WorkbookFunctionsRank_AvgParameterSet

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

public class WorkbookFunctionsRank_AvgParameterSet extends Object
The class for the Workbook Functions Rank_Avg Parameter Set.
  • Field Details

    • number

      @SerializedName(value="number", alternate="Number") @Expose @Nullable public com.google.gson.JsonElement number
      The number.
    • ref

      @SerializedName(value="ref", alternate="Ref") @Expose @Nullable public com.google.gson.JsonElement ref
      The ref.
    • order

      @SerializedName(value="order", alternate="Order") @Expose @Nullable public com.google.gson.JsonElement order
      The order.
  • Constructor Details

    • WorkbookFunctionsRank_AvgParameterSet

      public WorkbookFunctionsRank_AvgParameterSet()
      Instiaciates a new WorkbookFunctionsRank_AvgParameterSet
    • WorkbookFunctionsRank_AvgParameterSet

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