Interface ScheduledAction.UpdateStages.WithNotificationEmail
- All Known Subinterfaces:
ScheduledAction.Update
- Enclosing interface:
- ScheduledAction.UpdateStages
public static interface ScheduledAction.UpdateStages.WithNotificationEmail
The stage of the ScheduledAction update allowing to specify notificationEmail.
-
Method Summary
Modifier and TypeMethodDescriptionwithNotificationEmail(String notificationEmail) Specifies the notificationEmail property: Email address of the point of contact that should get the unsubscribe requests and notification emails..
-
Method Details
-
withNotificationEmail
Specifies the notificationEmail property: Email address of the point of contact that should get the unsubscribe requests and notification emails..- Parameters:
notificationEmail- Email address of the point of contact that should get the unsubscribe requests and notification emails.- Returns:
- the next definition stage.
-