Package io.jmix.notifications
Interface NotificationManager.InputChannels
- All Known Subinterfaces:
- NotificationManager.NotificationRequestBuilder
- All Known Implementing Classes:
- NotificationManagerImpl.NotificationRequestBuilderImpl
- Enclosing interface:
- NotificationManager
public static interface NotificationManager.InputChannels
- 
Method SummaryModifier and TypeMethodDescriptiontoChannels(NotificationChannel... channels) Sets notification channels.toChannels(Collection<NotificationChannel> channels) Sets notification channels.toChannelsByNames(String... channelNames) Sets notification channels by provided names.toChannelsByNames(Collection<String> channelNames) Sets notification channels by provided names.
- 
Method Details- 
toChannelsByNamesSets notification channels by provided names.- Parameters:
- channelNames- channel names
- Returns:
- builder
 
- 
toChannelsByNamesSets notification channels by provided names.- Parameters:
- channelNames- channel names
- Returns:
- builder
 
- 
toChannelsSets notification channels.- Parameters:
- channels- channels
- Returns:
- builder
 
- 
toChannelsSets notification channels.- Parameters:
- channels- channels
- Returns:
- builder
 
 
-