Uses of Class
io.dialob.client.api.ImmutableFormAndTags
-
Packages that use ImmutableFormAndTags Package Description io.dialob.client.api -
-
Uses of ImmutableFormAndTags in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableFormAndTags Modifier and Type Method Description ImmutableFormAndTagsImmutableFormAndTags.Builder. build()Builds a newImmutableFormAndTags.static ImmutableFormAndTagsImmutableFormAndTags. copyOf(DialobComposer.FormAndTags instance)Creates an immutable copy of aDialobComposer.FormAndTagsvalue.ImmutableFormAndTagsImmutableFormAndTags. withForm(io.dialob.api.form.Form value)Copy the current immutable object by setting a value for theformattribute.ImmutableFormAndTagsImmutableFormAndTags. withTags(io.dialob.api.form.FormTag... elements)Copy the current immutable object with elements that replace the content oftags.ImmutableFormAndTagsImmutableFormAndTags. withTags(Iterable<? extends io.dialob.api.form.FormTag> elements)Copy the current immutable object with elements that replace the content oftags.
-