Interface UserNotificationOperationBuilder.Desktop.WithMessage<T>
- All Superinterfaces:
UserNotificationOperationBuilder.WithTitle<T>
- All Known Subinterfaces:
UserNotificationOperationBuilder.Desktop.Text
- Enclosing interface:
UserNotificationOperationBuilder.Desktop
public static interface UserNotificationOperationBuilder.Desktop.WithMessage<T>
extends UserNotificationOperationBuilder.WithTitle<T>
This interface represents a specific builder to display a
native desktop notification with a message to a user.
- Since:
- 12.13
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theDesktopUserNotificationOperationfor the given parameters.Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithTitle
title
-
Method Details
-
build
Builds theDesktopUserNotificationOperationfor the given parameters.- Returns:
- the
DesktopUserNotificationOperation - Throws:
ValidationException- if any parameters are not valid- Since:
- 12.13
-