Class WorkbookFunctionsT_DistParameterSet

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

public class WorkbookFunctionsT_DistParameterSet extends Object
The class for the Workbook Functions T_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

    • WorkbookFunctionsT_DistParameterSet

      public WorkbookFunctionsT_DistParameterSet()
      Instiaciates a new WorkbookFunctionsT_DistParameterSet
    • WorkbookFunctionsT_DistParameterSet

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