Class AdjacentCellAssertion.Builder

java.lang.Object
com.palantir.transforms.excel.form.cellvalue.ImmutableAdjacentCellAssertion.Builder
com.palantir.transforms.excel.form.cellvalue.AdjacentCellAssertion.Builder
Enclosing interface:
AdjacentCellAssertion

public static final class AdjacentCellAssertion.Builder extends com.palantir.transforms.excel.form.cellvalue.ImmutableAdjacentCellAssertion.Builder
Builder for creating an instance of AdjacentCellAssertion. For the meaning of the various method of this class, see the corresponding getter methods on AdjacentCellAssertion.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.palantir.transforms.excel.form.cellvalue.ImmutableAdjacentCellAssertion.Builder

    addAllAllowedValues, addAllowedValues, addAllowedValues, allowedValues, build, columnOffset, from, rowOffset

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()