Interface INotificationConfigurationUpdatable
public interface INotificationConfigurationUpdatable
Notification Configuration
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCustomRecipients(@NotNull String sMails) Set list of custom email addressesvoidsetOnInTranslation(boolean bValue) Notify if in translationvoidsetOnRegistration(boolean bValue) Notify on registrationvoidsetOnTranslated(boolean bValue) Notify if translatedvoidsetReceiver(@Nullable INotificationConfiguration.NotificationReceiver pReceiver) Who is to be informed
-
Method Details
-
setOnRegistration
void setOnRegistration(boolean bValue) Notify on registration- Parameters:
bValue-
-
setOnInTranslation
void setOnInTranslation(boolean bValue) Notify if in translation- Parameters:
bValue-
-
setOnTranslated
void setOnTranslated(boolean bValue) Notify if translated- Parameters:
bValue-
-
setReceiver
@NotNull void setReceiver(@Nullable @Nullable INotificationConfiguration.NotificationReceiver pReceiver) Who is to be informed- Parameters:
pReceiver-
-
setCustomRecipients
Set list of custom email addresses- Parameters:
sMails-
-