Uses of Class
com.adyen.model.tapi.MessageType
-
Packages that use MessageType Package Description com.adyen.model.tapi -
-
Uses of MessageType in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return MessageType Modifier and Type Method Description static MessageTypeMessageType. fromValue(String value)MessageTypeMessageHeader. getMessageType()Get messageTypestatic 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.tapi with parameters of type MessageType Modifier and Type Method Description MessageHeaderMessageHeader. messageType(MessageType messageType)messageTypevoidMessageHeader. setMessageType(MessageType messageType)messageType
-