Class WorkbookFunctionsBeta_InvParameterSet

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

public class WorkbookFunctionsBeta_InvParameterSet extends Object
The class for the Workbook Functions Beta_Inv Parameter Set.
  • Field Details

    • probability

      @SerializedName(value="probability", alternate="Probability") @Expose @Nullable public com.google.gson.JsonElement probability
      The probability.
    • 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.
    • 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_InvParameterSet

      public WorkbookFunctionsBeta_InvParameterSet()
      Instiaciates a new WorkbookFunctionsBeta_InvParameterSet
    • WorkbookFunctionsBeta_InvParameterSet

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