Interface UserNotificationOperationBuilder.Banner
- All Superinterfaces:
UserNotificationOperationBuilder.WithCloseOption<UserNotificationOperationBuilder.Banner>
,UserNotificationOperationBuilder.WithDuration<UserNotificationOperationBuilder.Banner>
,UserNotificationOperationBuilder.WithType<UserNotificationOperationBuilder.Banner>
- Enclosing interface:
UserNotificationOperationBuilder
public static interface UserNotificationOperationBuilder.Banner
extends UserNotificationOperationBuilder.WithType<UserNotificationOperationBuilder.Banner>, UserNotificationOperationBuilder.WithDuration<UserNotificationOperationBuilder.Banner>, UserNotificationOperationBuilder.WithCloseOption<UserNotificationOperationBuilder.Banner>
This interface represents a specific builder to display a banner
notification on the top of the browser to a user.
- Since:
- 13.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
This interface represents a specific builder to display a banner notification on the top of the browser to a user.static interface
This interface represents a specific builder to display a banner notification on the top of the browser to a user. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns a UserNotificationOperationBuilder.Banner.Text instance which is able to display a user notification with a text message.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
-
text
This method returns a UserNotificationOperationBuilder.Banner.Text instance which is able to display a user notification with a text message.- Parameters:
text
- the text message of the banner notification- Returns:
- the UserNotificationOperationBuilder.Banner.Text
- Throws:
ValidationException
- if the text message is not valid- Since:
- 13.0
-