Class WorkbookFunctionsDcountAParameterSet

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

public class WorkbookFunctionsDcountAParameterSet extends Object
The class for the Workbook Functions Dcount AParameter Set.
  • Field Details

    • database

      @SerializedName(value="database", alternate="Database") @Expose @Nullable public com.google.gson.JsonElement database
      The database.
    • field

      @SerializedName(value="field", alternate="Field") @Expose @Nullable public com.google.gson.JsonElement field
      The field.
    • criteria

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

    • WorkbookFunctionsDcountAParameterSet

      public WorkbookFunctionsDcountAParameterSet()
      Instiaciates a new WorkbookFunctionsDcountAParameterSet
    • WorkbookFunctionsDcountAParameterSet

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