public static interface AlarmNotification.Builder extends SdkPojo, CopyableBuilder<AlarmNotification.Builder,AlarmNotification>
| Modifier and Type | Method and Description |
|---|---|
AlarmNotification.Builder |
notificationActions(Collection<NotificationAction> notificationActions)
Contains the notification settings of an alarm model.
|
AlarmNotification.Builder |
notificationActions(Consumer<NotificationAction.Builder>... notificationActions)
Contains the notification settings of an alarm model.
|
AlarmNotification.Builder |
notificationActions(NotificationAction... notificationActions)
Contains the notification settings of an alarm model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlarmNotification.Builder notificationActions(Collection<NotificationAction> notificationActions)
Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.
notificationActions - Contains the notification settings of an alarm model. The settings apply to all alarms that were
created based on this alarm model.AlarmNotification.Builder notificationActions(NotificationAction... notificationActions)
Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.
notificationActions - Contains the notification settings of an alarm model. The settings apply to all alarms that were
created based on this alarm model.AlarmNotification.Builder notificationActions(Consumer<NotificationAction.Builder>... notificationActions)
Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.
This is a convenience method that creates an instance of theNotificationAction.Builder avoiding the need to
create one manually via NotificationAction.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #notificationActions(List.
notificationActions - a consumer that will call methods on
NotificationAction.Builder#notificationActions(java.util.Collection) Copyright © 2023. All rights reserved.