Interface AlarmNotification.Builder

    • Method Detail

      • notificationActions

        AlarmNotification.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.

        Parameters:
        notificationActions - Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationActions

        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.

        Parameters:
        notificationActions - Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.