Class WorkbookFunctionsDstDevPParameterSet

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

public class WorkbookFunctionsDstDevPParameterSet extends Object
The class for the Workbook Functions Dst Dev PParameter 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

    • WorkbookFunctionsDstDevPParameterSet

      public WorkbookFunctionsDstDevPParameterSet()
      Instiaciates a new WorkbookFunctionsDstDevPParameterSet
    • WorkbookFunctionsDstDevPParameterSet

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