Class TestNotificationConfigurationRequest
- java.lang.Object
-
- com.adyen.model.marketpay.notification.TestNotificationConfigurationRequest
-
public class TestNotificationConfigurationRequest extends Object
TestNotificationConfigurationRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestNotificationConfigurationRequest.EventTypesEnumGets or Sets eventTypes
-
Constructor Summary
Constructors Constructor Description TestNotificationConfigurationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestNotificationConfigurationRequestaddEventTypesItem(TestNotificationConfigurationRequest.EventTypesEnum eventTypesItem)booleanequals(Object o)TestNotificationConfigurationRequesteventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes)List<TestNotificationConfigurationRequest.EventTypesEnum>getEventTypes()Event types to test.LonggetNotificationId()Id of the notification configurationinthashCode()TestNotificationConfigurationRequestnotificationId(Long notificationId)voidsetEventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes)voidsetNotificationId(Long notificationId)StringtoString()
-
-
-
Method Detail
-
notificationId
public TestNotificationConfigurationRequest notificationId(Long notificationId)
-
getNotificationId
public Long getNotificationId()
Id of the notification configuration- Returns:
- notificationId
-
setNotificationId
public void setNotificationId(Long notificationId)
-
eventTypes
public TestNotificationConfigurationRequest eventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes)
-
addEventTypesItem
public TestNotificationConfigurationRequest addEventTypesItem(TestNotificationConfigurationRequest.EventTypesEnum eventTypesItem)
-
getEventTypes
public List<TestNotificationConfigurationRequest.EventTypesEnum> getEventTypes()
Event types to test. If not specified, then all the configured event types will be tested- Returns:
- eventTypes
-
setEventTypes
public void setEventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes)
-
-