Uses of Class
io.resys.hdes.client.api.ImmutableComposerState
Packages that use ImmutableComposerState
-
Uses of ImmutableComposerState in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ImmutableComposerStateModifier and TypeMethodDescriptionImmutableComposerState.Builder.build()Builds a newImmutableComposerState.static ImmutableComposerStateImmutableComposerState.copyOf(HdesComposer.ComposerState instance) Creates an immutable copy of aHdesComposer.ComposerStatevalue.final ImmutableComposerStateImmutableComposerState.withBranches(Map<String, ? extends HdesComposer.ComposerEntity<AstBranch>> entries) Copy the current immutable object by replacing thebranchesmap with the specified map.final ImmutableComposerStateImmutableComposerState.withDecisions(Map<String, ? extends HdesComposer.ComposerEntity<AstDecision>> entries) Copy the current immutable object by replacing thedecisionsmap with the specified map.final ImmutableComposerStateImmutableComposerState.withFlows(Map<String, ? extends HdesComposer.ComposerEntity<AstFlow>> entries) Copy the current immutable object by replacing theflowsmap with the specified map.final ImmutableComposerStateImmutableComposerState.withServices(Map<String, ? extends HdesComposer.ComposerEntity<AstService>> entries) Copy the current immutable object by replacing theservicesmap with the specified map.final ImmutableComposerStateImmutableComposerState.withTags(Map<String, ? extends HdesComposer.ComposerEntity<AstTag>> entries) Copy the current immutable object by replacing thetagsmap with the specified map.