Class WorkbookFunctionsProductParameterSet

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

public class WorkbookFunctionsProductParameterSet extends Object
The class for the Workbook Functions Product Parameter Set.
  • Field Details

    • values

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

    • WorkbookFunctionsProductParameterSet

      public WorkbookFunctionsProductParameterSet()
      Instiaciates a new WorkbookFunctionsProductParameterSet
    • WorkbookFunctionsProductParameterSet

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