public static final class ReverseOptions.Builder
extends java.lang.Object
ReverseOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReverseOptions |
build()
Builds the configured instance.
|
ReverseOptions.Builder |
failConcat(java.lang.Boolean failConcat)
Sets the value of
ReverseOptions.getFailConcat() |
public ReverseOptions.Builder failConcat(java.lang.Boolean failConcat)
ReverseOptions.getFailConcat()
failConcat
- Fail if the given string is a concatenation.
If false
, just return undefined
.this
public ReverseOptions build()
ReverseOptions
java.lang.NullPointerException
- if any required attribute was not provided