Interface UserNotificationOperationBuilder.WithType<T>
- All Known Subinterfaces:
UserNotificationOperationBuilder.Banner,UserNotificationOperationBuilder.Banner.Text,UserNotificationOperationBuilder.Banner.WithMessage<T>,UserNotificationOperationBuilder.Growl,UserNotificationOperationBuilder.Growl.Html,UserNotificationOperationBuilder.Growl.Text,UserNotificationOperationBuilder.Growl.WithMessage<T>
- Enclosing interface:
UserNotificationOperationBuilder
public static interface UserNotificationOperationBuilder.WithType<T>
This interface represents a specific builder to display a
notification with a
UserNotificationOperationBuilder.Type.- Since:
- 12.13
-
Method Summary
Modifier and TypeMethodDescriptionSets the type of the notification.
-
Method Details
-
type
Sets the type of the notification. The type is used to determine the appearance of the notification.- Parameters:
type- theUserNotificationOperationBuilder.Typeof the notification- Returns:
- the specific
UserNotificationOperationBuilderinstance of type T - Throws:
ValidationException- if the type is null- Since:
- 12.13
-