| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Contract.TypeEnum |
Contract.TypeEnum.fromValue(String value) |
Contract.TypeEnum |
Contract.getType()
Futures contract type
|
Contract.TypeEnum |
Contract.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Contract.TypeEnum |
Contract.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contract.TypeEnum[] |
Contract.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 |
Contract.setType(Contract.TypeEnum type) |
Contract |
Contract.type(Contract.TypeEnum type) |
void |
Contract.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Contract.TypeEnum enumeration) |
Copyright © 2021. All rights reserved.