public static final class LazyListValueOptions.Builder
extends java.lang.Object
LazyListValueOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LazyListValueOptions |
build()
Builds the configured instance.
|
LazyListValueOptions.Builder |
displayHint(java.lang.String displayHint)
Sets the value of
LazyListValueOptions.getDisplayHint() |
LazyListValueOptions.Builder |
omitEmpty(java.lang.Boolean omitEmpty)
Sets the value of
LazyListValueOptions.getOmitEmpty() |
public LazyListValueOptions.Builder displayHint(java.lang.String displayHint)
LazyListValueOptions.getDisplayHint()
displayHint
- Use the given name as a display hint.this
public LazyListValueOptions.Builder omitEmpty(java.lang.Boolean omitEmpty)
LazyListValueOptions.getOmitEmpty()
omitEmpty
- If the produced list is empty, return 'undefined' instead.this
public LazyListValueOptions build()
LazyListValueOptions
java.lang.NullPointerException
- if any required attribute was not provided