Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowProgram
Packages that use ImmutableFlowProgram
-
Uses of ImmutableFlowProgram in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowProgramModifier and TypeMethodDescriptionImmutableFlowProgram.Builder.build()Builds a newImmutableFlowProgram.static ImmutableFlowProgramImmutableFlowProgram.copyOf(FlowProgram instance) Creates an immutable copy of aFlowProgramvalue.final ImmutableFlowProgramImmutableFlowProgram.withAcceptDefs(Collection<TypeDef> value) Copy the current immutable object by setting a value for theacceptDefsattribute.final ImmutableFlowProgramImmutableFlowProgram.withStartStepId(String value) Copy the current immutable object by setting a value for thestartStepIdattribute.final ImmutableFlowProgramImmutableFlowProgram.withSteps(Map<String, ? extends FlowProgram.FlowProgramStep> entries) Copy the current immutable object by replacing thestepsmap with the specified map.