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