Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowExecutionLog.Builder
Packages that use ImmutableFlowExecutionLog.Builder
-
Uses of ImmutableFlowExecutionLog.Builder in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowExecutionLog.BuilderModifier and TypeMethodDescriptionImmutableFlowExecutionLog.Builder.accepts(Map<String, ? extends Serializable> entries) Sets or replaces all mappings from the specified map as entries for theacceptsmap.ImmutableFlowExecutionLog.builder()Creates a builder forImmutableFlowExecutionLog.ImmutableFlowExecutionLog.Builder.from(Program.FlowExecutionLog instance) Fill a builder with attribute values from the providedFlowExecutionLoginstance.ImmutableFlowExecutionLog.Builder.putAccepts(String key, Serializable value) Put one entry to theacceptsmap.ImmutableFlowExecutionLog.Builder.putAccepts(Map.Entry<String, ? extends Serializable> entry) Put one entry to theacceptsmap.ImmutableFlowExecutionLog.Builder.putAllAccepts(Map<String, ? extends Serializable> entries) Put all mappings from the specified map as entries toacceptsmap.ImmutableFlowExecutionLog.Builder.putAllSteps(Map<String, ? extends FlowProgram.FlowResultLog> entries) Put all mappings from the specified map as entries tostepsmap.ImmutableFlowExecutionLog.Builder.putSteps(String key, FlowProgram.FlowResultLog value) Put one entry to thestepsmap.ImmutableFlowExecutionLog.Builder.putSteps(Map.Entry<String, ? extends FlowProgram.FlowResultLog> entry) Put one entry to thestepsmap.ImmutableFlowExecutionLog.Builder.steps(Map<String, ? extends FlowProgram.FlowResultLog> entries) Sets or replaces all mappings from the specified map as entries for thestepsmap.