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