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