Class WorkbookFunctionsCountIfParameterSet

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

public class WorkbookFunctionsCountIfParameterSet extends Object
The class for the Workbook Functions Count If Parameter Set.
  • Field Details

    • range

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

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

    • WorkbookFunctionsCountIfParameterSet

      public WorkbookFunctionsCountIfParameterSet()
      Instiaciates a new WorkbookFunctionsCountIfParameterSet
    • WorkbookFunctionsCountIfParameterSet

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