@Stability(value=Stable) public static final class LazyListValueOptions.Builder extends Object
LazyListValueOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LazyListValueOptions |
build()
Builds the configured instance.
|
LazyListValueOptions.Builder |
withDisplayHint(String value)
Sets the value of DisplayHint
|
LazyListValueOptions.Builder |
withOmitEmpty(Boolean value)
Sets the value of OmitEmpty
|
@Stability(value=Stable) public LazyListValueOptions.Builder withDisplayHint(@Nullable String value)
value - Use the given name as a display hint.this@Stability(value=Stable) public LazyListValueOptions.Builder withOmitEmpty(@Nullable Boolean value)
value - If the produced list is empty, return 'undefined' instead.this@Stability(value=Stable) public LazyListValueOptions build()
LazyListValueOptionsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.