Uses of Class
io.dialob.client.api.ImmutableComposerState
-
Packages that use ImmutableComposerState Package Description io.dialob.client.api -
-
Uses of ImmutableComposerState in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableComposerState Modifier and Type Method Description ImmutableComposerStateImmutableComposerState.Builder. build()Builds a newImmutableComposerState.static ImmutableComposerStateImmutableComposerState. copyOf(DialobComposer.ComposerState instance)Creates an immutable copy of aDialobComposer.ComposerStatevalue.ImmutableComposerStateImmutableComposerState. withForms(Map<String,? extends DialobComposer.ComposerEntity<DialobComposer.FormAndTags>> entries)Copy the current immutable object by replacing theformsmap with the specified map.ImmutableComposerStateImmutableComposerState. withTags(Map<String,? extends DialobComposer.ComposerEntity<io.dialob.api.form.FormTag>> entries)Copy the current immutable object by replacing thetagsmap with the specified map.
-