Class WorkbookFunctionsIfParameterSet

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

public class WorkbookFunctionsIfParameterSet extends Object
The class for the Workbook Functions If Parameter Set.
  • Field Details

    • logicalTest

      @SerializedName(value="logicalTest", alternate="LogicalTest") @Expose @Nullable public com.google.gson.JsonElement logicalTest
      The logical Test.
    • valueIfTrue

      @SerializedName(value="valueIfTrue", alternate="ValueIfTrue") @Expose @Nullable public com.google.gson.JsonElement valueIfTrue
      The value If True.
    • valueIfFalse

      @SerializedName(value="valueIfFalse", alternate="ValueIfFalse") @Expose @Nullable public com.google.gson.JsonElement valueIfFalse
      The value If False.
  • Constructor Details

    • WorkbookFunctionsIfParameterSet

      public WorkbookFunctionsIfParameterSet()
      Instiaciates a new WorkbookFunctionsIfParameterSet
    • WorkbookFunctionsIfParameterSet

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