| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Order.FinishAsEnum |
Order.FinishAsEnum.fromValue(String value) |
Order.FinishAsEnum |
Order.getFinishAs()
How the order was finished.
|
Order.FinishAsEnum |
Order.FinishAsEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Order.FinishAsEnum |
Order.FinishAsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.FinishAsEnum[] |
Order.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 |
Order.FinishAsEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Order.FinishAsEnum enumeration) |
Copyright © 2023. All rights reserved.