Uses of Class
com.adyen.model.nexo.MessageCategoryType
-
Packages that use MessageCategoryType Package Description com.adyen.model.nexo -
-
Uses of MessageCategoryType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as MessageCategoryType Modifier and Type Field Description protected MessageCategoryTypeMessageHeader. messageCategoryThe Message category.protected MessageCategoryTypeMessageReference. messageCategoryThe Message category.Methods in com.adyen.model.nexo that return MessageCategoryType Modifier and Type Method Description static MessageCategoryTypeMessageCategoryType. fromValue(String v)From value message category type.MessageCategoryTypeMessageHeader. getMessageCategory()Gets the value of the messageCategory property.MessageCategoryTypeMessageReference. getMessageCategory()Gets the value of the messageCategory property.static MessageCategoryTypeMessageCategoryType. 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.Methods in com.adyen.model.nexo with parameters of type MessageCategoryType Modifier and Type Method Description voidMessageHeader. setMessageCategory(MessageCategoryType value)Sets the value of the messageCategory property.voidMessageReference. setMessageCategory(MessageCategoryType value)Sets the value of the messageCategory property.
-