Interface UserNotificationOperationBuilder.WithTitle<T>
-
- All Known Subinterfaces:
UserNotificationOperationBuilder.Desktop
,UserNotificationOperationBuilder.Desktop.Text
,UserNotificationOperationBuilder.Desktop.WithMessage<T>
,UserNotificationOperationBuilder.Growl
,UserNotificationOperationBuilder.Growl.Html
,UserNotificationOperationBuilder.Growl.Text
,UserNotificationOperationBuilder.Growl.WithMessage<T>
- Enclosing interface:
- UserNotificationOperationBuilder
public static interface UserNotificationOperationBuilder.WithTitle<T>
This interface represents a specific builder to display a notification with a title.- Since:
- 12.13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
title(java.lang.String title)
Sets the title for the notification.
-
-
-
Method Detail
-
title
T title(java.lang.String title) throws ValidationException
Sets the title for the notification.- Parameters:
title
- the title for the notification- Returns:
- the specific
UserNotificationOperationBuilder
instance of type T - Throws:
ValidationException
- if the title is not valid- Since:
- 12.13
-
-