Class WorkbookFunctionsSumIfsParameterSet

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

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

    • sumRange

      @SerializedName(value="sumRange", alternate="SumRange") @Expose @Nullable public com.google.gson.JsonElement sumRange
      The sum Range.
    • values

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

    • WorkbookFunctionsSumIfsParameterSet

      public WorkbookFunctionsSumIfsParameterSet()
      Instiaciates a new WorkbookFunctionsSumIfsParameterSet
    • WorkbookFunctionsSumIfsParameterSet

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