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