Uses of Enum Class
com.s8.api.flow.table.requests.PutRowS8Request.Status
Packages that use PutRowS8Request.Status
-
Uses of PutRowS8Request.Status in com.s8.api.flow.table.requests
Methods in com.s8.api.flow.table.requests that return PutRowS8Request.StatusModifier and TypeMethodDescriptionstatic PutRowS8Request.Status
Returns the enum constant of this class with the specified name.static PutRowS8Request.Status[]
PutRowS8Request.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 PutRowS8Request.StatusModifier and TypeMethodDescriptionabstract void
PutRowS8Request.onSucceed
(PutRowS8Request.Status status) Callback method upon successful request processing.