Uses of Class
com.tigerbeetle.CreateAccountResult
-
-
Uses of CreateAccountResult in com.tigerbeetle
Methods in com.tigerbeetle that return CreateAccountResult Modifier and Type Method Description static CreateAccountResult
CreateAccountResult. fromValue(int value)
CreateAccountResult
CreateAccountResultBatch. getResult()
static CreateAccountResult
CreateAccountResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateAccountResult[]
CreateAccountResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-