Class WorkbookFunctionsNegBinom_DistParameterSet

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

public class WorkbookFunctionsNegBinom_DistParameterSet extends Object
The class for the Workbook Functions Neg Binom_Dist Parameter Set.
  • Field Details

    • numberF

      @SerializedName(value="numberF", alternate="NumberF") @Expose @Nullable public com.google.gson.JsonElement numberF
      The number F.
    • numberS

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

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

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

    • WorkbookFunctionsNegBinom_DistParameterSet

      public WorkbookFunctionsNegBinom_DistParameterSet()
      Instiaciates a new WorkbookFunctionsNegBinom_DistParameterSet
    • WorkbookFunctionsNegBinom_DistParameterSet

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