Interface UserNotificationOperationBuilder.WithType<T>
-
- All Known Subinterfaces:
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 aUserNotificationOperationBuilder.Type
.- Since:
- 12.13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
type(UserNotificationOperationBuilder.Type type)
Sets the type of the notification.
-
-
-
Method Detail
-
type
T type(UserNotificationOperationBuilder.Type type) throws ValidationException
Sets the type of the notification. The type is used to determine the appearance of the notification.- Parameters:
type
- theUserNotificationOperationBuilder.Type
of the notification- Returns:
- the specific
UserNotificationOperationBuilder
instance of type T - Throws:
ValidationException
- if the type is null- Since:
- 12.13
-
-