Uses of Class
com.adyen.model.nexo.MessageClassType
-
Packages that use MessageClassType Package Description com.adyen.model.nexo -
-
Uses of MessageClassType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as MessageClassType Modifier and Type Field Description protected MessageClassTypeMessageHeader. messageClassThe Message class.Methods in com.adyen.model.nexo that return MessageClassType Modifier and Type Method Description static MessageClassTypeMessageClassType. fromValue(String v)From value message class type.MessageClassTypeMessageHeader. getMessageClass()Gets the value of the messageClass property.static MessageClassTypeMessageClassType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageClassType[]MessageClassType. 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 MessageClassType Modifier and Type Method Description voidMessageHeader. setMessageClass(MessageClassType value)Sets the value of the messageClass property.
-