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
-
Method Details
-
title
Sets the title for the notification.- Parameters:
title- the title for the notification- Returns:
- the specific
UserNotificationOperationBuilderinstance of type T - Throws:
ValidationException- if the title is not valid- Since:
- 12.13
-