Uses of Enum Class
io.resys.hdes.client.api.programs.FlowProgram.FlowExecutionStatus
Packages that use FlowProgram.FlowExecutionStatus
-
Uses of FlowProgram.FlowExecutionStatus in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return FlowProgram.FlowExecutionStatusModifier and TypeMethodDescriptionFlowProgram.FlowResult.getStatus()FlowProgram.FlowResultLog.getStatus()ImmutableFlowResult.getStatus()ImmutableFlowResultLog.getStatus()Returns the enum constant of this class with the specified name.static FlowProgram.FlowExecutionStatus[]FlowProgram.FlowExecutionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.resys.hdes.client.api.programs with parameters of type FlowProgram.FlowExecutionStatusModifier and TypeMethodDescriptionImmutableFlowResult.Builder.status(FlowProgram.FlowExecutionStatus status) Initializes the value for thestatusattribute.ImmutableFlowResultLog.Builder.status(FlowProgram.FlowExecutionStatus status) Initializes the value for thestatusattribute.final ImmutableFlowResultImmutableFlowResult.withStatus(FlowProgram.FlowExecutionStatus value) Copy the current immutable object by setting a value for thestatusattribute.final ImmutableFlowResultLogImmutableFlowResultLog.withStatus(FlowProgram.FlowExecutionStatus value) Copy the current immutable object by setting a value for thestatusattribute.