public class NotificationEventConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationEventConfiguration.EventTypeEnum
type of the events triggering the notification
|
static class |
NotificationEventConfiguration.IncludeModeEnum
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
|
| Constructor and Description |
|---|
NotificationEventConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
NotificationEventConfiguration |
eventType(NotificationEventConfiguration.EventTypeEnum eventType) |
NotificationEventConfiguration.EventTypeEnum |
getEventType()
type of the events triggering the notification
|
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
|
int |
hashCode() |
NotificationEventConfiguration |
includeMode(NotificationEventConfiguration.IncludeModeEnum includeMode) |
void |
setEventType(NotificationEventConfiguration.EventTypeEnum eventType) |
void |
setIncludeMode(NotificationEventConfiguration.IncludeModeEnum includeMode) |
String |
toString() |
public NotificationEventConfiguration includeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)
public NotificationEventConfiguration.IncludeModeEnum getIncludeMode()
public void setIncludeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)
public NotificationEventConfiguration eventType(NotificationEventConfiguration.EventTypeEnum eventType)
public NotificationEventConfiguration.EventTypeEnum getEventType()
public void setEventType(NotificationEventConfiguration.EventTypeEnum eventType)
Copyright © 2022. All rights reserved.