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