| Package | Description |
|---|---|
| de.adorsys.psd2.xs2a.core.domain |
| Modifier and Type | Method and Description |
|---|---|
MessageCategory |
TppMessageInformation.getCategory() |
static MessageCategory |
MessageCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCategory[] |
MessageCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode,
Object... textParameters) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode,
String path,
Object... textParameters) |
void |
TppMessageInformation.setCategory(MessageCategory category) |
Copyright © 2020. All rights reserved.