| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Trade.RoleEnum |
Trade.RoleEnum.fromValue(String value) |
Trade.RoleEnum |
Trade.getRole()
Trade role
|
Trade.RoleEnum |
Trade.RoleEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Trade.RoleEnum |
Trade.RoleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trade.RoleEnum[] |
Trade.RoleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Trade |
Trade.role(Trade.RoleEnum role) |
void |
Trade.setRole(Trade.RoleEnum role) |
void |
Trade.RoleEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Trade.RoleEnum enumeration) |
Copyright © 2021. All rights reserved.