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