| Package | Description |
|---|---|
| de.adorsys.psd2.client.model |
| Modifier and Type | Method and Description |
|---|---|
static BalanceType |
BalanceType.fromValue(String text) |
BalanceType |
Balance.getBalanceType()
Get balanceType
|
BalanceType |
BalanceType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BalanceType |
BalanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BalanceType[] |
BalanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Balance |
Balance.balanceType(BalanceType balanceType) |
void |
Balance.setBalanceType(BalanceType balanceType) |
void |
BalanceType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BalanceType enumeration) |
Copyright © 2019. All rights reserved.