ImmutableStoreDump.Builder |
ImmutableStoreDump.Builder.addAllValue(Iterable<? extends io.dialob.api.form.FormEntity> elements) |
Adds elements to value list.
|
ImmutableStoreDump.Builder |
ImmutableStoreDump.Builder.addValue(io.dialob.api.form.FormEntity element) |
Adds one element to value list.
|
ImmutableStoreDump.Builder |
ImmutableStoreDump.Builder.addValue(io.dialob.api.form.FormEntity... elements) |
Adds elements to value list.
|
static ImmutableStoreDump.Builder |
ImmutableStoreDump.builder() |
|
ImmutableStoreDump.Builder |
ImmutableStoreDump.Builder.from(DialobComposer.StoreDump instance) |
Fill a builder with attribute values from the provided StoreDump instance.
|
ImmutableStoreDump.Builder |
ImmutableStoreDump.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableStoreDump.Builder |
ImmutableStoreDump.Builder.value(Iterable<? extends io.dialob.api.form.FormEntity> elements) |
Sets or replaces all elements for value list.
|