| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.db.domain |
| Modifier and Type | Method and Description |
|---|---|
AccountStatus |
DepositAccount.getAccountStatus() |
static AccountStatus |
AccountStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountStatus[] |
AccountStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<AccountStatus> |
AccountStatus.getByValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DepositAccount.setAccountStatus(AccountStatus accountStatus) |
| Constructor and Description |
|---|
DepositAccount(String id,
String iban,
String msisdn,
Currency currency,
String name,
String product,
AccountType accountType,
AccountStatus accountStatus,
String bic,
String linkedAccounts,
AccountUsage usageType,
String details) |
Copyright © 2019. All rights reserved.