Interface UserNotificationOperationBuilder.Growl.WithMessage<T>
- All Superinterfaces:
UserNotificationOperationBuilder.WithDuration<T>,UserNotificationOperationBuilder.WithHtmlIcon<T>,UserNotificationOperationBuilder.WithTitle<T>,UserNotificationOperationBuilder.WithType<T>,UserNotificationOperationBuilder.WithUserIcon<T>
- All Known Subinterfaces:
UserNotificationOperationBuilder.Growl.Html,UserNotificationOperationBuilder.Growl.Text
- Enclosing interface:
UserNotificationOperationBuilder.Growl
public static interface UserNotificationOperationBuilder.Growl.WithMessage<T>
extends UserNotificationOperationBuilder.WithType<T>, UserNotificationOperationBuilder.WithDuration<T>, UserNotificationOperationBuilder.WithTitle<T>, UserNotificationOperationBuilder.WithHtmlIcon<T>, UserNotificationOperationBuilder.WithUserIcon<T>
This interface represents a specific builder to display a growl
notification with a message to a user.
- Since:
- 12.13
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theGrowlUserNotificationOperationfor the given parameters.Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithDuration
durationMethods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithHtmlIcon
htmlIconMethods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithTitle
titleMethods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithType
typeMethods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithUserIcon
userIcon
-
Method Details
-
build
Builds theGrowlUserNotificationOperationfor the given parameters.- Returns:
- the
GrowlUserNotificationOperation - Throws:
ValidationException- if any parameters are not valid- Since:
- 12.13
-