Class WorkbookFunctionsCountIfsParameterSet

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

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

    • values

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

    • WorkbookFunctionsCountIfsParameterSet

      public WorkbookFunctionsCountIfsParameterSet()
      Instiaciates a new WorkbookFunctionsCountIfsParameterSet
    • WorkbookFunctionsCountIfsParameterSet

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