ImmutableFormCommands.Builder |
ImmutableFormCommands.Builder.addAllValues(Iterable<? extends DialobComposer.FormCommand> elements) |
|
ImmutableFormCommands.Builder |
ImmutableFormCommands.Builder.addValues(DialobComposer.FormCommand element) |
Adds one element to values list.
|
ImmutableFormCommands.Builder |
ImmutableFormCommands.Builder.addValues(DialobComposer.FormCommand... elements) |
|
static ImmutableFormCommands.Builder |
ImmutableFormCommands.builder() |
|
ImmutableFormCommands.Builder |
ImmutableFormCommands.Builder.form(io.dialob.api.form.Form form) |
Initializes the value for the form attribute.
|
ImmutableFormCommands.Builder |
ImmutableFormCommands.Builder.from(DialobComposer.FormCommands instance) |
Fill a builder with attribute values from the provided FormCommands instance.
|
ImmutableFormCommands.Builder |
ImmutableFormCommands.Builder.values(Iterable<? extends DialobComposer.FormCommand> elements) |
Sets or replaces all elements for values list.
|