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