| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected MessageCategoryType |
MessageHeader.messageCategory
The Message category.
|
protected MessageCategoryType |
MessageReference.messageCategory
The Message category.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageCategoryType |
MessageCategoryType.fromValue(String v)
From value message category type.
|
MessageCategoryType |
MessageHeader.getMessageCategory()
Gets the value of the messageCategory property.
|
MessageCategoryType |
MessageReference.getMessageCategory()
Gets the value of the messageCategory property.
|
static MessageCategoryType |
MessageCategoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCategoryType[] |
MessageCategoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageHeader.setMessageCategory(MessageCategoryType value)
Sets the value of the messageCategory property.
|
void |
MessageReference.setMessageCategory(MessageCategoryType value)
Sets the value of the messageCategory property.
|
Copyright © 2022. All rights reserved.