Package io.jmix.notifications
Interface NotificationManager.InputType
- All Known Subinterfaces:
NotificationManager.InputOptionals
,NotificationManager.NotificationRequestBuilder
- All Known Implementing Classes:
NotificationManagerImpl.NotificationRequestBuilderImpl
- Enclosing interface:
- NotificationManager
public static interface NotificationManager.InputType
-
Method Summary
Modifier and TypeMethodDescriptionwithType
(NotificationType type) Sets notification type.withTypeName
(String typeName) Sets notification type by provided name.
-
Method Details
-
withTypeName
Sets notification type by provided name.- Parameters:
typeName
- notification type name- Returns:
- builder
-
withType
Sets notification type.- Parameters:
type
- notification type- Returns:
- builder
-