| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Loan.StatusEnum |
Loan.StatusEnum.fromValue(String value) |
Loan.StatusEnum |
Loan.getStatus()
Loan status open - not fully loaned loaned - all loaned out for lending loan; loaned in for borrowing side finished - loan is finished, either being all repaid or cancelled by the lender auto_repaid - automatically repaid by the system
|
Loan.StatusEnum |
Loan.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Loan.StatusEnum |
Loan.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Loan.StatusEnum[] |
Loan.StatusEnum.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.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Loan.StatusEnum enumeration) |
Copyright © 2021. All rights reserved.