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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrowlUserNotificationOperation
build()
Builds theGrowlUserNotificationOperation
for the given parameters.-
Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithDuration
duration
-
Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithHtmlIcon
htmlIcon
-
Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithTitle
title
-
Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithType
type
-
Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithUserIcon
userIcon
-
-
-
-
Method Detail
-
build
GrowlUserNotificationOperation build() throws ValidationException
Builds theGrowlUserNotificationOperation
for the given parameters.- Returns:
- the
GrowlUserNotificationOperation
- Throws:
ValidationException
- if any parameters are not valid- Since:
- 12.13
-
-