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