Interface NotificationChannel.DefinitionStages.WithNotificationLocale

All Known Subinterfaces:
NotificationChannel.Definition, NotificationChannel.DefinitionStages.WithCreate
Enclosing interface:
NotificationChannel.DefinitionStages

public static interface NotificationChannel.DefinitionStages.WithNotificationLocale
The stage of the NotificationChannel definition allowing to specify notificationLocale.
  • Method Details

    • withNotificationLocale

      NotificationChannel.DefinitionStages.WithCreate withNotificationLocale(String notificationLocale)
      Specifies the notificationLocale property: The locale to use when sending a notification (fallback for unsupported languages is EN)..
      Parameters:
      notificationLocale - The locale to use when sending a notification (fallback for unsupported languages is EN).
      Returns:
      the next definition stage.