Class WorkbookFunctionsCountAParameterSet

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

public class WorkbookFunctionsCountAParameterSet extends Object
The class for the Workbook Functions Count AParameter Set.
  • Field Details

    • values

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

    • WorkbookFunctionsCountAParameterSet

      public WorkbookFunctionsCountAParameterSet()
      Instiaciates a new WorkbookFunctionsCountAParameterSet
    • WorkbookFunctionsCountAParameterSet

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