| Package | Description |
|---|---|
| de.adorsys.xs2a.adapter.service.model |
| Modifier and Type | Method and Description |
|---|---|
AccountStatus |
CardAccountDetails.getStatus() |
AccountStatus |
AccountDetails.getStatus() |
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 name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CardAccountDetails.setStatus(AccountStatus status) |
void |
AccountDetails.setStatus(AccountStatus status) |
Copyright © 2020. All rights reserved.