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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #notificationActions(List) .notificationActions - a consumer that will call methods on List.Builder #notificationActions(List) Copyright © 2022. All rights reserved.