Interface UserNotificationOperationBuilder.Alert.WithMessage<T>
- All Superinterfaces:
UserNotificationOperationBuilder.WithDimensions<T>
,UserNotificationOperationBuilder.WithDuration<T>
- All Known Subinterfaces:
UserNotificationOperationBuilder.Alert.Html
,UserNotificationOperationBuilder.Alert.Text
- Enclosing interface:
UserNotificationOperationBuilder.Alert
public static interface UserNotificationOperationBuilder.Alert.WithMessage<T>
extends UserNotificationOperationBuilder.WithDuration<T>, UserNotificationOperationBuilder.WithDimensions<T>
This interface represents a specific builder to display a
alert popup notification with a message to a user.
- Since:
- 12.13
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theAlertUserNotificationOperation
for the given parameters.Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithDimensions
dimensions
Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithDuration
duration
-
Method Details
-
build
Builds theAlertUserNotificationOperation
for the given parameters.- Returns:
- the
AlertUserNotificationOperation
- Throws:
ValidationException
- if any parameters are not valid- Since:
- 12.13
-