Interface UserNotificationOperationBuilder.Banner.WithMessage<T>
- All Superinterfaces:
UserNotificationOperationBuilder.WithCloseOption<T>
,UserNotificationOperationBuilder.WithDuration<T>
,UserNotificationOperationBuilder.WithType<T>
- All Known Subinterfaces:
UserNotificationOperationBuilder.Banner.Text
- Enclosing interface:
UserNotificationOperationBuilder.Banner
public static interface UserNotificationOperationBuilder.Banner.WithMessage<T>
extends UserNotificationOperationBuilder.WithType<T>, UserNotificationOperationBuilder.WithDuration<T>, UserNotificationOperationBuilder.WithCloseOption<T>
This interface represents a specific builder to display a banner
notification on the top of the browser to a user.
- Since:
- 13.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theBannerUserNotificationOperation
for the given parameters.Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithCloseOption
allowClose
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.WithType
type
-
Method Details
-
build
Builds theBannerUserNotificationOperation
for the given parameters.- Returns:
- the
BannerUserNotificationOperation
- Throws:
ValidationException
- if any parameters are not valid- Since:
- 13.0
-