Uses of Class
com.adyen.model.marketpaywebhooks.Message
-
Packages that use Message Package Description com.adyen.model.marketpaywebhooks -
-
Uses of Message in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return Message Modifier and Type Method Description MessageMessage. code(String code)static MessageMessage. fromJson(String jsonString)Create an instance of Message given an JSON stringMessagePaymentFailureNotificationContent. getErrorMessage()Get errorMessageMessageOperationStatus. getMessage()Get messageMessageMessage. text(String text)Methods in com.adyen.model.marketpaywebhooks with parameters of type Message Modifier and Type Method Description PaymentFailureNotificationContentPaymentFailureNotificationContent. errorMessage(Message errorMessage)OperationStatusOperationStatus. message(Message message)voidPaymentFailureNotificationContent. setErrorMessage(Message errorMessage)voidOperationStatus. setMessage(Message message)
-