Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowResultLog.Builder
Packages that use ImmutableFlowResultLog.Builder
-
Uses of ImmutableFlowResultLog.Builder in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowResultLog.BuilderModifier and TypeMethodDescriptionImmutableFlowResultLog.Builder.accepts(Map<String, ? extends Serializable> entries) Sets or replaces all mappings from the specified map as entries for theacceptsmap.ImmutableFlowResultLog.Builder.addAllErrors(Iterable<? extends FlowProgram.FlowResultErrorLog> elements) Adds elements toerrorslist.ImmutableFlowResultLog.Builder.addErrors(FlowProgram.FlowResultErrorLog element) Adds one element toerrorslist.ImmutableFlowResultLog.Builder.addErrors(FlowProgram.FlowResultErrorLog... elements) Adds elements toerrorslist.ImmutableFlowResultLog.builder()Creates a builder forImmutableFlowResultLog.ImmutableFlowResultLog.Builder.end(LocalDateTime end) Initializes the value for theendattribute.ImmutableFlowResultLog.Builder.errors(Iterable<? extends FlowProgram.FlowResultErrorLog> elements) Sets or replaces all elements forerrorslist.ImmutableFlowResultLog.Builder.from(FlowProgram.FlowResultLog instance) Fill a builder with attribute values from the providedFlowResultLoginstance.Initializes the value for theidattribute.ImmutableFlowResultLog.Builder.isReturnsCollection(boolean isReturnsCollection) Initializes the value for theisReturnsCollectionattribute.ImmutableFlowResultLog.Builder.putAccepts(String key, Serializable value) Put one entry to theacceptsmap.ImmutableFlowResultLog.Builder.putAccepts(Map.Entry<String, ? extends Serializable> entry) Put one entry to theacceptsmap.ImmutableFlowResultLog.Builder.putAllAccepts(Map<String, ? extends Serializable> entries) Put all mappings from the specified map as entries toacceptsmap.ImmutableFlowResultLog.Builder.putAllReturns(Map<String, ? extends Serializable> entries) Put all mappings from the specified map as entries toreturnsmap.ImmutableFlowResultLog.Builder.putReturns(String key, Serializable value) Put one entry to thereturnsmap.ImmutableFlowResultLog.Builder.putReturns(Map.Entry<String, ? extends Serializable> entry) Put one entry to thereturnsmap.ImmutableFlowResultLog.Builder.returns(Map<String, ? extends Serializable> entries) Sets or replaces all mappings from the specified map as entries for thereturnsmap.ImmutableFlowResultLog.Builder.returnsValue(Serializable returnsValue) Initializes the value for thereturnsValueattribute.ImmutableFlowResultLog.Builder.start(LocalDateTime start) Initializes the value for thestartattribute.ImmutableFlowResultLog.Builder.status(FlowProgram.FlowExecutionStatus status) Initializes the value for thestatusattribute.Initializes the value for thestepIdattribute.