Class WorkbookFunctionsSubtotalParameterSet

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

public class WorkbookFunctionsSubtotalParameterSet extends Object
The class for the Workbook Functions Subtotal Parameter Set.
  • Field Details

    • functionNum

      @SerializedName(value="functionNum", alternate="FunctionNum") @Expose @Nullable public com.google.gson.JsonElement functionNum
      The function Num.
    • values

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

    • WorkbookFunctionsSubtotalParameterSet

      public WorkbookFunctionsSubtotalParameterSet()
      Instiaciates a new WorkbookFunctionsSubtotalParameterSet
    • WorkbookFunctionsSubtotalParameterSet

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