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