Class WorkbookFunctionsNorm_S_DistParameterSet

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

public class WorkbookFunctionsNorm_S_DistParameterSet extends Object
The class for the Workbook Functions Norm_S_Dist Parameter Set.
  • Field Details

    • z

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

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

    • WorkbookFunctionsNorm_S_DistParameterSet

      public WorkbookFunctionsNorm_S_DistParameterSet()
      Instiaciates a new WorkbookFunctionsNorm_S_DistParameterSet
    • WorkbookFunctionsNorm_S_DistParameterSet

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