Class WorkbookFunctionsF_DistParameterSet

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

public class WorkbookFunctionsF_DistParameterSet extends Object
The class for the Workbook Functions F_Dist Parameter Set.
  • Field Details

    • x

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

      @SerializedName(value="degFreedom1", alternate="DegFreedom1") @Expose @Nullable public com.google.gson.JsonElement degFreedom1
      The deg Freedom1.
    • degFreedom2

      @SerializedName(value="degFreedom2", alternate="DegFreedom2") @Expose @Nullable public com.google.gson.JsonElement degFreedom2
      The deg Freedom2.
    • cumulative

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

    • WorkbookFunctionsF_DistParameterSet

      public WorkbookFunctionsF_DistParameterSet()
      Instiaciates a new WorkbookFunctionsF_DistParameterSet
    • WorkbookFunctionsF_DistParameterSet

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