Class WorkbookFunctionsDbParameterSet

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

public class WorkbookFunctionsDbParameterSet extends Object
The class for the Workbook Functions Db Parameter Set.
  • Field Details

    • cost

      @SerializedName(value="cost", alternate="Cost") @Expose @Nullable public com.google.gson.JsonElement cost
      The cost.
    • salvage

      @SerializedName(value="salvage", alternate="Salvage") @Expose @Nullable public com.google.gson.JsonElement salvage
      The salvage.
    • life

      @SerializedName(value="life", alternate="Life") @Expose @Nullable public com.google.gson.JsonElement life
      The life.
    • period

      @SerializedName(value="period", alternate="Period") @Expose @Nullable public com.google.gson.JsonElement period
      The period.
    • month

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

    • WorkbookFunctionsDbParameterSet

      public WorkbookFunctionsDbParameterSet()
      Instiaciates a new WorkbookFunctionsDbParameterSet
    • WorkbookFunctionsDbParameterSet

      protected WorkbookFunctionsDbParameterSet(@Nonnull WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsDbParameterSet
      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