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 DialobDocument.FormDocument> entries)Copy the current immutable object by replacing theformsmap with the specified map.ImmutableComposerStateImmutableComposerState. withReleases(Map<String,? extends DialobDocument.FormReleaseDocument> entries)Copy the current immutable object by replacing thereleasesmap with the specified map.ImmutableComposerStateImmutableComposerState. withRevs(Map<String,? extends DialobDocument.FormRevisionDocument> entries)Copy the current immutable object by replacing therevsmap with the specified map.
-