| Package | Description |
|---|---|
| io.enoa.toolkit.ret |
| Modifier and Type | Method and Description |
|---|---|
static EoResp.Stat |
EoResp.Stat.of(int ix) |
EoResp.Stat |
EoResp.stat() |
static EoResp.Stat |
EoResp.Stat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EoResp.Stat[] |
EoResp.Stat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EoResp |
EoResp.build(EoResp.Stat stat) |
static EoResp |
EoResp.build(EoResp.Stat stat,
Object data) |
static EoResp |
EoResp.build(EoResp.Stat stat,
String message) |
static EoResp |
EoResp.build(EoResp.Stat stat,
String message,
Object data) |
EoResp |
EoResp.stat(EoResp.Stat stat) |
Copyright © 2019. All rights reserved.