Class WorkbookFunctionsSeriesSumParameterSet

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

public class WorkbookFunctionsSeriesSumParameterSet extends Object
The class for the Workbook Functions Series Sum Parameter Set.
  • Field Details

    • x

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

      @SerializedName(value="n", alternate="N") @Expose @Nullable public com.google.gson.JsonElement n
      The n.
    • m

      @SerializedName(value="m", alternate="M") @Expose @Nullable public com.google.gson.JsonElement m
      The m.
    • coefficients

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

    • WorkbookFunctionsSeriesSumParameterSet

      public WorkbookFunctionsSeriesSumParameterSet()
      Instiaciates a new WorkbookFunctionsSeriesSumParameterSet
    • WorkbookFunctionsSeriesSumParameterSet

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