| Package | Description |
|---|---|
| de.adorsys.xs2a.gateway.mapper | |
| de.adorsys.xs2a.gateway.model.ais |
| Modifier and Type | Method and Description |
|---|---|
default PurposeCodeTO |
TransactionsMapper.toPurposeCodeTO(PurposeCode purposeCode) |
| Modifier and Type | Method and Description |
|---|---|
static PurposeCodeTO |
PurposeCodeTO.fromValue(String text) |
@Valid PurposeCodeTO |
TransactionDetails.getPurposeCode()
Get purposeCode
|
static PurposeCodeTO |
PurposeCodeTO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurposeCodeTO[] |
PurposeCodeTO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionDetails |
TransactionDetails.purposeCode(PurposeCodeTO purposeCode) |
void |
TransactionDetails.setPurposeCode(PurposeCodeTO purposeCode) |
Copyright © 2019. All rights reserved.