Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowResult.Builder
Packages that use ImmutableFlowResult.Builder
-
Uses of ImmutableFlowResult.Builder in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowResult.BuilderModifier and TypeMethodDescriptionImmutableFlowResult.Builder.accepts(Map<String, ? extends Serializable> entries) Sets or replaces all mappings from the specified map as entries for theacceptsmap.ImmutableFlowResult.Builder.addAllLastLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Adds elements tolastLogslist.ImmutableFlowResult.Builder.addAllLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Adds elements tologslist.ImmutableFlowResult.Builder.addLastLogs(FlowProgram.FlowResultLog element) Adds one element tolastLogslist.ImmutableFlowResult.Builder.addLastLogs(FlowProgram.FlowResultLog... elements) Adds elements tolastLogslist.ImmutableFlowResult.Builder.addLogs(FlowProgram.FlowResultLog element) Adds one element tologslist.ImmutableFlowResult.Builder.addLogs(FlowProgram.FlowResultLog... elements) Adds elements tologslist.static ImmutableFlowResult.BuilderImmutableFlowResult.builder()Creates a builder forImmutableFlowResult.ImmutableFlowResult.Builder.from(FlowProgram.FlowResult instance) Fill a builder with attribute values from the providedFlowResultinstance.ImmutableFlowResult.Builder.isReturnsCollection(boolean isReturnsCollection) Initializes the value for theisReturnsCollectionattribute.ImmutableFlowResult.Builder.lastLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Sets or replaces all elements forlastLogslist.ImmutableFlowResult.Builder.logs(Iterable<? extends FlowProgram.FlowResultLog> elements) Sets or replaces all elements forlogslist.ImmutableFlowResult.Builder.putAccepts(String key, Serializable value) Put one entry to theacceptsmap.ImmutableFlowResult.Builder.putAccepts(Map.Entry<String, ? extends Serializable> entry) Put one entry to theacceptsmap.ImmutableFlowResult.Builder.putAllAccepts(Map<String, ? extends Serializable> entries) Put all mappings from the specified map as entries toacceptsmap.ImmutableFlowResult.Builder.putAllReturns(Map<String, ? extends Serializable> entries) Put all mappings from the specified map as entries toreturnsmap.ImmutableFlowResult.Builder.putReturns(String key, Serializable value) Put one entry to thereturnsmap.ImmutableFlowResult.Builder.putReturns(Map.Entry<String, ? extends Serializable> entry) Put one entry to thereturnsmap.ImmutableFlowResult.Builder.returns(Map<String, ? extends Serializable> entries) Sets or replaces all mappings from the specified map as entries for thereturnsmap.ImmutableFlowResult.Builder.shortHistory(String shortHistory) Initializes the value for theshortHistoryattribute.ImmutableFlowResult.Builder.status(FlowProgram.FlowExecutionStatus status) Initializes the value for thestatusattribute.Initializes the value for thestepIdattribute.