Class WorkbookFunctionsExpon_DistParameterSet

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

public class WorkbookFunctionsExpon_DistParameterSet extends Object
The class for the Workbook Functions Expon_Dist Parameter Set.
  • Field Details

    • x

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

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

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

    • WorkbookFunctionsExpon_DistParameterSet

      public WorkbookFunctionsExpon_DistParameterSet()
      Instiaciates a new WorkbookFunctionsExpon_DistParameterSet
    • WorkbookFunctionsExpon_DistParameterSet

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