Class NotificationEventConfiguration
- java.lang.Object
-
- com.adyen.model.marketpay.notification.NotificationEventConfiguration
-
public class NotificationEventConfiguration extends Object
NotificationEventConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNotificationEventConfiguration.EventTypeEnumtype of the events triggering the notificationstatic classNotificationEventConfiguration.IncludeModeEnumspecifies if the notification has to be sent in case an event of the mentioned type has occurred, or of events other than event of the mentioned type have occurred
-
Constructor Summary
Constructors Constructor Description NotificationEventConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NotificationEventConfigurationeventType(NotificationEventConfiguration.EventTypeEnum eventType)NotificationEventConfiguration.EventTypeEnumgetEventType()type of the events triggering the notificationNotificationEventConfiguration.IncludeModeEnumgetIncludeMode()specifies if the notification has to be sent in case an event of the mentioned type has occurred, or of events other than event of the mentioned type have occurredinthashCode()NotificationEventConfigurationincludeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)voidsetEventType(NotificationEventConfiguration.EventTypeEnum eventType)voidsetIncludeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)StringtoString()
-
-
-
Method Detail
-
includeMode
public NotificationEventConfiguration includeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)
-
getIncludeMode
public NotificationEventConfiguration.IncludeModeEnum getIncludeMode()
specifies if the notification has to be sent in case an event of the mentioned type has occurred, or of events other than event of the mentioned type have occurred- Returns:
- includeMode
-
setIncludeMode
public void setIncludeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)
-
eventType
public NotificationEventConfiguration eventType(NotificationEventConfiguration.EventTypeEnum eventType)
-
getEventType
public NotificationEventConfiguration.EventTypeEnum getEventType()
type of the events triggering the notification- Returns:
- eventType
-
setEventType
public void setEventType(NotificationEventConfiguration.EventTypeEnum eventType)
-
-