Class WorkbookFunctionsChiSq_DistParameterSet

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

public class WorkbookFunctionsChiSq_DistParameterSet extends Object
The class for the Workbook Functions Chi Sq_Dist Parameter Set.
  • Field Details

    • x

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

      @SerializedName(value="degFreedom", alternate="DegFreedom") @Expose @Nullable public com.google.gson.JsonElement degFreedom
      The deg Freedom.
    • cumulative

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

    • WorkbookFunctionsChiSq_DistParameterSet

      public WorkbookFunctionsChiSq_DistParameterSet()
      Instiaciates a new WorkbookFunctionsChiSq_DistParameterSet
    • WorkbookFunctionsChiSq_DistParameterSet

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