Class WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder

java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder
Enclosing class:
WorkbookFunctionsIfParameterSet

public static final class WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder extends Object
Fluent builder for the WorkbookFunctionsIfParameterSet
  • Field Details

    • logicalTest

      @Nullable protected com.google.gson.JsonElement logicalTest
      The logicalTest parameter value
    • valueIfTrue

      @Nullable protected com.google.gson.JsonElement valueIfTrue
      The valueIfTrue parameter value
    • valueIfFalse

      @Nullable protected com.google.gson.JsonElement valueIfFalse
      The valueIfFalse parameter value
  • Constructor Details

    • WorkbookFunctionsIfParameterSetBuilder

      @Nullable protected WorkbookFunctionsIfParameterSetBuilder()
      Instanciates a new WorkbookFunctionsIfParameterSetBuilder
  • Method Details