Package com.adyen.model.notification
Class NotificationRequest
- java.lang.Object
-
- com.adyen.model.notification.NotificationRequest
-
public class NotificationRequest extends Object
NotificationRequest model class
-
-
Constructor Summary
Constructors Constructor Description NotificationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLive()List<NotificationRequestItemContainer>getNotificationItemContainers()List<NotificationRequestItem>getNotificationItems()NotificationRequestsetLive(String live)voidsetNotificationItemContainers(List<NotificationRequestItemContainer> notificationItemContainers)StringtoString()
-
-
-
Method Detail
-
getLive
public String getLive()
-
setLive
public NotificationRequest setLive(String live)
-
getNotificationItemContainers
public List<NotificationRequestItemContainer> getNotificationItemContainers()
-
setNotificationItemContainers
public void setNotificationItemContainers(List<NotificationRequestItemContainer> notificationItemContainers)
-
getNotificationItems
public List<NotificationRequestItem> getNotificationItems()
-
-