public class NotificationExecutionOptions extends Object
| Constructor and Description |
|---|
NotificationExecutionOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNotifierConfigurationExecutionOption(NotifierConfigurationExecutionOptions executionOptions) |
Map<NotifierType,NotifierConfigurationExecutionOptions> |
getNotifierConfigurationExecutionOptionsList() |
boolean |
isEnabled() |
boolean |
isNotifierServiceDefined(NotifierType notifierType) |
boolean |
isNotifierServiceEnabled(NotifierType notifierType) |
void |
removeNotifierConfigurationExecutionOption(NotifierConfigurationExecutionOptions executionOptions) |
void |
setEnabled(boolean enabled) |
String |
toString() |
public void addNotifierConfigurationExecutionOption(NotifierConfigurationExecutionOptions executionOptions)
public void removeNotifierConfigurationExecutionOption(NotifierConfigurationExecutionOptions executionOptions)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public Map<NotifierType,NotifierConfigurationExecutionOptions> getNotifierConfigurationExecutionOptionsList()
public boolean isNotifierServiceEnabled(NotifierType notifierType)
public boolean isNotifierServiceDefined(NotifierType notifierType)
Copyright © 2019. All rights reserved.