Package io.jmix.notifications
Interface NotificationManager.InputContentType
- All Known Subinterfaces:
- NotificationManager.InputOptionals,- NotificationManager.NotificationRequestBuilder
- All Known Implementing Classes:
- NotificationManagerImpl.NotificationRequestBuilderImpl
- Enclosing interface:
- NotificationManager
public static interface NotificationManager.InputContentType
- 
Method SummaryModifier and TypeMethodDescriptionwithContentType(ContentType contentType) Set notification body content type.SetsContentType.HTMLcontent type for notification body.SetsContentType.PLAINcontent type for notification body.
- 
Method Details- 
withContentTypeSet notification body content type.- Parameters:
- contentType- content type
- Returns:
- builder
 
- 
withPlainTextContentTypeNotificationManager.NotificationRequestBuilder withPlainTextContentType()SetsContentType.PLAINcontent type for notification body.- Returns:
- builder
 
- 
withHtmlContentTypeNotificationManager.NotificationRequestBuilder withHtmlContentType()SetsContentType.HTMLcontent type for notification body.- Returns:
- builder
 
 
-