Interface ScheduledAction.DefinitionStages.WithNotificationEmail
- All Known Subinterfaces:
ScheduledAction.Definition,ScheduledAction.DefinitionStages.WithCreate
- Enclosing interface:
- ScheduledAction.DefinitionStages
public static interface ScheduledAction.DefinitionStages.WithNotificationEmail
The stage of the ScheduledAction definition 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.
-