Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowResultLog
Packages that use ImmutableFlowResultLog
-
Uses of ImmutableFlowResultLog in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowResultLogModifier and TypeMethodDescriptionImmutableFlowResultLog.Builder.build()Builds a newImmutableFlowResultLog.static ImmutableFlowResultLogImmutableFlowResultLog.copyOf(FlowProgram.FlowResultLog instance) Creates an immutable copy of aFlowProgram.FlowResultLogvalue.final ImmutableFlowResultLogImmutableFlowResultLog.withAccepts(Map<String, ? extends Serializable> entries) Copy the current immutable object by replacing theacceptsmap with the specified map.final ImmutableFlowResultLogImmutableFlowResultLog.withEnd(LocalDateTime value) Copy the current immutable object by setting a value for theendattribute.final ImmutableFlowResultLogImmutableFlowResultLog.withErrors(FlowProgram.FlowResultErrorLog... elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableFlowResultLogImmutableFlowResultLog.withErrors(Iterable<? extends FlowProgram.FlowResultErrorLog> elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableFlowResultLogCopy the current immutable object by setting a value for theidattribute.final ImmutableFlowResultLogImmutableFlowResultLog.withIsReturnsCollection(boolean value) Copy the current immutable object by setting a value for theisReturnsCollectionattribute.final ImmutableFlowResultLogImmutableFlowResultLog.withReturns(Map<String, ? extends Serializable> entries) Copy the current immutable object by replacing thereturnsmap with the specified map.final ImmutableFlowResultLogImmutableFlowResultLog.withReturnsValue(Serializable value) Copy the current immutable object by setting a value for thereturnsValueattribute.final ImmutableFlowResultLogImmutableFlowResultLog.withStart(LocalDateTime value) Copy the current immutable object by setting a value for thestartattribute.final ImmutableFlowResultLogImmutableFlowResultLog.withStatus(FlowProgram.FlowExecutionStatus value) Copy the current immutable object by setting a value for thestatusattribute.final ImmutableFlowResultLogImmutableFlowResultLog.withStepId(String value) Copy the current immutable object by setting a value for thestepIdattribute.