Class WorkbookFunctionsBeta_DistParameterSet

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

public class WorkbookFunctionsBeta_DistParameterSet extends Object
The class for the Workbook Functions Beta_Dist Parameter Set.
  • Field Details

    • x

      @SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement x
      The x.
    • alpha

      @SerializedName(value="alpha", alternate="Alpha") @Expose @Nullable public com.google.gson.JsonElement alpha
      The alpha.
    • beta

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

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

      @SerializedName(value="a", alternate="A") @Expose @Nullable public com.google.gson.JsonElement a
      The a.
    • b

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

    • WorkbookFunctionsBeta_DistParameterSet

      public WorkbookFunctionsBeta_DistParameterSet()
      Instiaciates a new WorkbookFunctionsBeta_DistParameterSet
    • WorkbookFunctionsBeta_DistParameterSet

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