Uses of Enum Class
io.resys.hdes.client.api.programs.FlowProgram.FlowProgramStepRefType
Packages that use FlowProgram.FlowProgramStepRefType
-
Uses of FlowProgram.FlowProgramStepRefType in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return FlowProgram.FlowProgramStepRefTypeModifier and TypeMethodDescriptionFlowProgram.FlowProgramStepBody.getRefType()ImmutableFlowProgramStepBody.getRefType()Returns the enum constant of this class with the specified name.static FlowProgram.FlowProgramStepRefType[]FlowProgram.FlowProgramStepRefType.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.FlowProgramStepRefTypeModifier and TypeMethodDescriptionImmutableFlowProgramStepBody.Builder.refType(FlowProgram.FlowProgramStepRefType refType) Initializes the value for therefTypeattribute.ImmutableFlowProgramStepBody.withRefType(FlowProgram.FlowProgramStepRefType value) Copy the current immutable object by setting a value for therefTypeattribute.