Package io.jmix.notifications
Interface NotificationManager.NotificationRequestBuilder
- All Superinterfaces:
NotificationManager.InputBody
,NotificationManager.InputChannels
,NotificationManager.InputContentType
,NotificationManager.InputOptionals
,NotificationManager.InputRecipients
,NotificationManager.InputSubject
,NotificationManager.InputType
,NotificationManager.SendNotification
- All Known Implementing Classes:
NotificationManagerImpl.NotificationRequestBuilderImpl
- Enclosing interface:
- NotificationManager
public static interface NotificationManager.NotificationRequestBuilder
extends NotificationManager.InputSubject, NotificationManager.InputRecipients, NotificationManager.InputChannels, NotificationManager.InputOptionals
Provides Fluent API for NotificationRequest creation.
-
Method Summary
Methods inherited from interface io.jmix.notifications.NotificationManager.InputBody
withBody
Methods inherited from interface io.jmix.notifications.NotificationManager.InputChannels
toChannels, toChannels, toChannelsByNames, toChannelsByNames
Methods inherited from interface io.jmix.notifications.NotificationManager.InputContentType
withContentType, withHtmlContentType, withPlainTextContentType
Methods inherited from interface io.jmix.notifications.NotificationManager.InputRecipients
withRecipients, withRecipients, withRecipientUsernames, withRecipientUsernames
Methods inherited from interface io.jmix.notifications.NotificationManager.InputSubject
withSubject
Methods inherited from interface io.jmix.notifications.NotificationManager.InputType
withType, withTypeName
Methods inherited from interface io.jmix.notifications.NotificationManager.SendNotification
send