Uses of Class
com.adyen.model.notification.NotificationRequestItem
-
Packages that use NotificationRequestItem Package Description com.adyen.model.notification com.adyen.util -
-
Uses of NotificationRequestItem in com.adyen.model.notification
Methods in com.adyen.model.notification that return types with arguments of type NotificationRequestItem Modifier and Type Method Description List<NotificationRequestItem>NotificationRequest. getNotificationItems()Methods in com.adyen.model.notification with parameters of type NotificationRequestItem Modifier and Type Method Description voidNotificationRequestItemContainer. setNotificationItem(NotificationRequestItem notificationItem)Method parameters in com.adyen.model.notification with type arguments of type NotificationRequestItem Modifier and Type Method Description voidNotificationRequest. setNotificationItems(List<NotificationRequestItem> notificationItems) -
Uses of NotificationRequestItem in com.adyen.util
Methods in com.adyen.util with parameters of type NotificationRequestItem Modifier and Type Method Description StringHMACValidator. calculateHMAC(NotificationRequestItem notificationRequestItem, String key)Computes the HMAC SHA-256 signature for a given NotificationRequestItem.StringHMACValidator. getDataToSign(NotificationRequestItem notificationRequestItem)Builds the concatenated data string from a NotificationRequestItem to be used in HMAC signature calculation.booleanHMACValidator. validateHMAC(NotificationRequestItem notificationRequestItem, String key)Validates the HMAC signature of an NotificationRequestItem.
-