Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowResult
Packages that use ImmutableFlowResult
-
Uses of ImmutableFlowResult in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowResultModifier and TypeMethodDescriptionImmutableFlowResult.Builder.build()Builds a newImmutableFlowResult.static ImmutableFlowResultImmutableFlowResult.copyOf(FlowProgram.FlowResult instance) Creates an immutable copy of aFlowProgram.FlowResultvalue.final ImmutableFlowResultImmutableFlowResult.withAccepts(Map<String, ? extends Serializable> entries) Copy the current immutable object by replacing theacceptsmap with the specified map.final ImmutableFlowResultImmutableFlowResult.withIsReturnsCollection(boolean value) Copy the current immutable object by setting a value for theisReturnsCollectionattribute.final ImmutableFlowResultImmutableFlowResult.withLastLogs(FlowProgram.FlowResultLog... elements) Copy the current immutable object with elements that replace the content oflastLogs.final ImmutableFlowResultImmutableFlowResult.withLastLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Copy the current immutable object with elements that replace the content oflastLogs.final ImmutableFlowResultImmutableFlowResult.withLogs(FlowProgram.FlowResultLog... elements) Copy the current immutable object with elements that replace the content oflogs.final ImmutableFlowResultImmutableFlowResult.withLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Copy the current immutable object with elements that replace the content oflogs.final ImmutableFlowResultImmutableFlowResult.withReturns(Map<String, ? extends Serializable> entries) Copy the current immutable object by replacing thereturnsmap with the specified map.final ImmutableFlowResultImmutableFlowResult.withShortHistory(String value) Copy the current immutable object by setting a value for theshortHistoryattribute.final ImmutableFlowResultImmutableFlowResult.withStatus(FlowProgram.FlowExecutionStatus value) Copy the current immutable object by setting a value for thestatusattribute.final ImmutableFlowResultImmutableFlowResult.withStepId(String value) Copy the current immutable object by setting a value for thestepIdattribute.