Class WorkbookFunctionsNorm_DistParameterSet

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

public class WorkbookFunctionsNorm_DistParameterSet extends Object
The class for the Workbook Functions Norm_Dist Parameter Set.
  • Field Details

    • x

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

      @SerializedName(value="mean", alternate="Mean") @Expose @Nullable public com.google.gson.JsonElement mean
      The mean.
    • standardDev

      @SerializedName(value="standardDev", alternate="StandardDev") @Expose @Nullable public com.google.gson.JsonElement standardDev
      The standard Dev.
    • cumulative

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

    • WorkbookFunctionsNorm_DistParameterSet

      public WorkbookFunctionsNorm_DistParameterSet()
      Instiaciates a new WorkbookFunctionsNorm_DistParameterSet
    • WorkbookFunctionsNorm_DistParameterSet

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