Class WorkbookFunctionsVdbParameterSet

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

public class WorkbookFunctionsVdbParameterSet extends Object
The class for the Workbook Functions Vdb 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.
    • startPeriod

      @SerializedName(value="startPeriod", alternate="StartPeriod") @Expose @Nullable public com.google.gson.JsonElement startPeriod
      The start Period.
    • endPeriod

      @SerializedName(value="endPeriod", alternate="EndPeriod") @Expose @Nullable public com.google.gson.JsonElement endPeriod
      The end Period.
    • factor

      @SerializedName(value="factor", alternate="Factor") @Expose @Nullable public com.google.gson.JsonElement factor
      The factor.
    • noSwitch

      @SerializedName(value="noSwitch", alternate="NoSwitch") @Expose @Nullable public com.google.gson.JsonElement noSwitch
      The no Switch.
  • Constructor Details

    • WorkbookFunctionsVdbParameterSet

      public WorkbookFunctionsVdbParameterSet()
      Instiaciates a new WorkbookFunctionsVdbParameterSet
    • WorkbookFunctionsVdbParameterSet

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