Class WorkbookFunctionsDminParameterSet

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

public class WorkbookFunctionsDminParameterSet extends Object
The class for the Workbook Functions Dmin 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

    • WorkbookFunctionsDminParameterSet

      public WorkbookFunctionsDminParameterSet()
      Instiaciates a new WorkbookFunctionsDminParameterSet
    • WorkbookFunctionsDminParameterSet

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

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request