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