Uses of Enum Class
com.codingapi.flow.pojo.response.ActionResponse.ResponseType
Packages that use ActionResponse.ResponseType
-
Uses of ActionResponse.ResponseType in com.codingapi.flow.context
Methods in com.codingapi.flow.context with parameters of type ActionResponse.ResponseTypeModifier and TypeMethodDescriptionvoidActionResponseContext.set(ActionResponse.ResponseType responseType, List<NodeOption> options) -
Uses of ActionResponse.ResponseType in com.codingapi.flow.pojo.response
Methods in com.codingapi.flow.pojo.response that return ActionResponse.ResponseTypeModifier and TypeMethodDescriptionstatic ActionResponse.ResponseTypeReturns the enum constant of this class with the specified name.static ActionResponse.ResponseType[]ActionResponse.ResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.codingapi.flow.pojo.response with parameters of type ActionResponse.ResponseTypeModifierConstructorDescriptionActionResponse(ActionResponse.ResponseType responseType, List<NodeOption> options)