Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowProgramStepBody.Builder
Packages that use ImmutableFlowProgramStepBody.Builder
-
Uses of ImmutableFlowProgramStepBody.Builder in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowProgramStepBody.BuilderModifier and TypeMethodDescriptionImmutableFlowProgramStepBody.builder()Creates a builder forImmutableFlowProgramStepBody.ImmutableFlowProgramStepBody.Builder.collection(Boolean collection) Initializes the value for thecollectionattribute.ImmutableFlowProgramStepBody.Builder.from(FlowProgram.FlowProgramStepBody instance) Fill a builder with attribute values from the providedFlowProgramStepBodyinstance.ImmutableFlowProgramStepBody.Builder.inputMapping(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for theinputMappingmap.ImmutableFlowProgramStepBody.Builder.putAllInputMapping(Map<String, ? extends String> entries) Put all mappings from the specified map as entries toinputMappingmap.ImmutableFlowProgramStepBody.Builder.putInputMapping(String key, String value) Put one entry to theinputMappingmap.ImmutableFlowProgramStepBody.Builder.putInputMapping(Map.Entry<String, ? extends String> entry) Put one entry to theinputMappingmap.Initializes the value for therefattribute.ImmutableFlowProgramStepBody.Builder.refType(FlowProgram.FlowProgramStepRefType refType) Initializes the value for therefTypeattribute.