Uses of Enum Class
com.s8.api.flow.table.requests.SelectRowsS8Request.Status
Packages that use SelectRowsS8Request.Status
-
Uses of SelectRowsS8Request.Status in com.s8.api.flow.table.requests
Methods in com.s8.api.flow.table.requests that return SelectRowsS8Request.StatusModifier and TypeMethodDescriptionstatic SelectRowsS8Request.StatusReturns the enum constant of this class with the specified name.static SelectRowsS8Request.Status[]SelectRowsS8Request.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.s8.api.flow.table.requests with parameters of type SelectRowsS8Request.StatusModifier and TypeMethodDescriptionabstract voidSelectRowsS8Request.onSucceed(SelectRowsS8Request.Status status, List<T> objects) Callback method upon successful request processing.