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