Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowProgramStepWhenThenPointer.Builder
Packages that use ImmutableFlowProgramStepWhenThenPointer.Builder
-
Uses of ImmutableFlowProgramStepWhenThenPointer.Builder in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowProgramStepWhenThenPointer.BuilderModifier and TypeMethodDescriptionImmutableFlowProgramStepWhenThenPointer.Builder.addAllConditions(Iterable<? extends FlowProgram.FlowProgramStepConditionalThenPointer> elements) Adds elements toconditionslist.ImmutableFlowProgramStepWhenThenPointer.Builder.addConditions(FlowProgram.FlowProgramStepConditionalThenPointer element) Adds one element toconditionslist.ImmutableFlowProgramStepWhenThenPointer.Builder.addConditions(FlowProgram.FlowProgramStepConditionalThenPointer... elements) Adds elements toconditionslist.ImmutableFlowProgramStepWhenThenPointer.builder()Creates a builder forImmutableFlowProgramStepWhenThenPointer.ImmutableFlowProgramStepWhenThenPointer.Builder.conditions(Iterable<? extends FlowProgram.FlowProgramStepConditionalThenPointer> elements) Sets or replaces all elements forconditionslist.ImmutableFlowProgramStepWhenThenPointer.Builder.from(FlowProgram.FlowProgramStepPointer instance) Fill a builder with attribute values from the providedio.resys.hdes.client.api.programs.FlowProgram.FlowProgramStepPointerinstance.ImmutableFlowProgramStepWhenThenPointer.Builder.from(FlowProgram.FlowProgramStepWhenThenPointer instance) Fill a builder with attribute values from the providedio.resys.hdes.client.api.programs.FlowProgram.FlowProgramStepWhenThenPointerinstance.ImmutableFlowProgramStepWhenThenPointer.Builder.type(FlowProgram.FlowProgramStepPointerType type) Initializes the value for thetypeattribute.