Uses of Class
io.dialob.client.api.ImmutableFormCommands
-
Packages that use ImmutableFormCommands Package Description io.dialob.client.api -
-
Uses of ImmutableFormCommands in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableFormCommands Modifier and Type Method Description ImmutableFormCommandsImmutableFormCommands.Builder. build()Builds a newImmutableFormCommands.static ImmutableFormCommandsImmutableFormCommands. copyOf(DialobComposer.FormCommands instance)Creates an immutable copy of aDialobComposer.FormCommandsvalue.ImmutableFormCommandsImmutableFormCommands. withForm(io.dialob.api.form.Form value)Copy the current immutable object by setting a value for theformattribute.ImmutableFormCommandsImmutableFormCommands. withValues(DialobComposer.FormCommand... elements)Copy the current immutable object with elements that replace the content ofvalues.ImmutableFormCommandsImmutableFormCommands. withValues(Iterable<? extends DialobComposer.FormCommand> elements)Copy the current immutable object with elements that replace the content ofvalues.
-