Uses of Class
com.adyen.model.nexo.MessageType
-
Packages that use MessageType Package Description com.adyen.model.nexo -
-
Uses of MessageType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as MessageType Modifier and Type Field Description protected MessageTypeMessageHeader. messageTypeThe Message type.Methods in com.adyen.model.nexo that return MessageType Modifier and Type Method Description static MessageTypeMessageType. fromValue(String v)From value message type.MessageTypeMessageHeader. getMessageType()Gets the value of the messageType property.static MessageTypeMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. 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 MessageType Modifier and Type Method Description voidMessageHeader. setMessageType(MessageType value)Sets the value of the messageType property.
-