Class Notification

java.lang.Object
com.redhat.cloud.event.core.v1.Notification

public class Notification extends Object
Notification event. Appropriate when an event has no data aside from recipient settings. If the event requires data, then it should reference the Recipient object definition in a separate schema.
  • Constructor Details

    • Notification

      public Notification()
  • Method Details

    • getNotificationRecipients

      public Recipients getNotificationRecipients()
    • setNotificationRecipients

      public void setNotificationRecipients(Recipients value)