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 -
Method Summary
Methods inherited from class com.palantir.transforms.excel.form.cellvalue.ImmutableAdjacentCellAssertion.Builder
addAllAllowedValues, addAllowedValues, addAllowedValues, allowedValues, build, columnOffset, from, rowOffset
-
Constructor Details
-
Builder
public Builder()
-