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 Details

    • withNotificationEmail

      ScheduledAction.DefinitionStages.WithCreate withNotificationEmail(String notificationEmail)
      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.