Class WorkbookFunctionsDstDevParameterSet

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

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

    • WorkbookFunctionsDstDevParameterSet

      public WorkbookFunctionsDstDevParameterSet()
      Instiaciates a new WorkbookFunctionsDstDevParameterSet
    • WorkbookFunctionsDstDevParameterSet

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