Uses of Class
io.dialob.client.api.ImmutableStoreDump
-
Packages that use ImmutableStoreDump Package Description io.dialob.client.api -
-
Uses of ImmutableStoreDump in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableStoreDump Modifier and Type Method Description ImmutableStoreDumpImmutableStoreDump.Builder. build()Builds a newImmutableStoreDump.static ImmutableStoreDumpImmutableStoreDump. copyOf(DialobComposer.StoreDump instance)Creates an immutable copy of aDialobComposer.StoreDumpvalue.ImmutableStoreDumpImmutableStoreDump. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableStoreDumpImmutableStoreDump. withValue(io.dialob.api.form.FormEntity... elements)Copy the current immutable object with elements that replace the content ofvalue.ImmutableStoreDumpImmutableStoreDump. withValue(Iterable<? extends io.dialob.api.form.FormEntity> elements)Copy the current immutable object with elements that replace the content ofvalue.
-