Class WorkbookFunctionsBinom_Dist_RangeParameterSet

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

public class WorkbookFunctionsBinom_Dist_RangeParameterSet extends Object
The class for the Workbook Functions Binom_Dist_Range Parameter Set.
  • Field Details

    • trials

      @SerializedName(value="trials", alternate="Trials") @Expose @Nullable public com.google.gson.JsonElement trials
      The trials.
    • probabilityS

      @SerializedName(value="probabilityS", alternate="ProbabilityS") @Expose @Nullable public com.google.gson.JsonElement probabilityS
      The probability S.
    • numberS

      @SerializedName(value="numberS", alternate="NumberS") @Expose @Nullable public com.google.gson.JsonElement numberS
      The number S.
    • numberS2

      @SerializedName(value="numberS2", alternate="NumberS2") @Expose @Nullable public com.google.gson.JsonElement numberS2
      The number S2.
  • Constructor Details

    • WorkbookFunctionsBinom_Dist_RangeParameterSet

      public WorkbookFunctionsBinom_Dist_RangeParameterSet()
      Instiaciates a new WorkbookFunctionsBinom_Dist_RangeParameterSet
    • WorkbookFunctionsBinom_Dist_RangeParameterSet

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