Uses of Interface
io.dialob.client.api.DialobComposer.FormCommands
-
Packages that use DialobComposer.FormCommands Package Description io.dialob.client.api io.dialob.client.spi -
-
Uses of DialobComposer.FormCommands in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobComposer.FormCommands Modifier and Type Class Description classImmutableFormCommandsImmutable implementation ofDialobComposer.FormCommands.Methods in io.dialob.client.api with parameters of type DialobComposer.FormCommands Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobDocument.FormDocument>DialobComposer. apply(DialobComposer.FormCommands asset)static ImmutableFormCommandsImmutableFormCommands. copyOf(DialobComposer.FormCommands instance)Creates an immutable copy of aDialobComposer.FormCommandsvalue.ImmutableFormCommands.BuilderImmutableFormCommands.Builder. from(DialobComposer.FormCommands instance)Fill a builder with attribute values from the providedFormCommandsinstance. -
Uses of DialobComposer.FormCommands in io.dialob.client.spi
Methods in io.dialob.client.spi with parameters of type DialobComposer.FormCommands Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobDocument.FormDocument>DialobComposerImpl. apply(DialobComposer.FormCommands asset)
-