Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowProgramStepWhenThenPointer
Packages that use ImmutableFlowProgramStepWhenThenPointer
-
Uses of ImmutableFlowProgramStepWhenThenPointer in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowProgramStepWhenThenPointerModifier and TypeMethodDescriptionImmutableFlowProgramStepWhenThenPointer.Builder.build()Builds a newImmutableFlowProgramStepWhenThenPointer.ImmutableFlowProgramStepWhenThenPointer.copyOf(FlowProgram.FlowProgramStepWhenThenPointer instance) Creates an immutable copy of aFlowProgram.FlowProgramStepWhenThenPointervalue.ImmutableFlowProgramStepWhenThenPointer.withConditions(FlowProgram.FlowProgramStepConditionalThenPointer... elements) Copy the current immutable object with elements that replace the content ofconditions.ImmutableFlowProgramStepWhenThenPointer.withConditions(Iterable<? extends FlowProgram.FlowProgramStepConditionalThenPointer> elements) Copy the current immutable object with elements that replace the content ofconditions.ImmutableFlowProgramStepWhenThenPointer.withType(FlowProgram.FlowProgramStepPointerType value) Copy the current immutable object by setting a value for thetypeattribute.