Class DeleteNotificationConfigurationRequest
- java.lang.Object
-
- com.adyen.model.marketpay.notification.DeleteNotificationConfigurationRequest
-
public class DeleteNotificationConfigurationRequest extends Object
DeleteNotificationConfigurationRequest
-
-
Constructor Summary
Constructors Constructor Description DeleteNotificationConfigurationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteNotificationConfigurationRequestaddNotificationIdsItem(Long notificationIdsItem)booleanequals(Object o)List<Long>getNotificationIds()IDs of the notification configurations to be deletedinthashCode()DeleteNotificationConfigurationRequestnotificationIds(List<Long> notificationIds)voidsetNotificationIds(List<Long> notificationIds)StringtoString()
-
-
-
Method Detail
-
notificationIds
public DeleteNotificationConfigurationRequest notificationIds(List<Long> notificationIds)
-
addNotificationIdsItem
public DeleteNotificationConfigurationRequest addNotificationIdsItem(Long notificationIdsItem)
-
getNotificationIds
public List<Long> getNotificationIds()
IDs of the notification configurations to be deleted- Returns:
- notificationIds
-
-