Class WorkbookFunctionsDeltaParameterSet

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

public class WorkbookFunctionsDeltaParameterSet extends Object
The class for the Workbook Functions Delta Parameter Set.
  • Field Details

    • number1

      @SerializedName(value="number1", alternate="Number1") @Expose @Nullable public com.google.gson.JsonElement number1
      The number1.
    • number2

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

    • WorkbookFunctionsDeltaParameterSet

      public WorkbookFunctionsDeltaParameterSet()
      Instiaciates a new WorkbookFunctionsDeltaParameterSet
    • WorkbookFunctionsDeltaParameterSet

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