@Immutable public class Notification extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Notification.Config |
static class |
Notification.Scope |
Constructor and Description |
---|
Notification(List<NotificationEvent> notificationEvents,
List<NotificationRecipients> notificationRecipients) |
Modifier and Type | Method and Description |
---|---|
static Notification |
createDefaultNotification() |
boolean |
equals(Object o) |
List<NotificationEvent> |
getNotificationEvents() |
List<NotificationRecipients> |
getNotificationRecipients() |
int |
hashCode() |
String |
toString() |
public Notification(List<NotificationEvent> notificationEvents, List<NotificationRecipients> notificationRecipients)
public static Notification createDefaultNotification()
public List<NotificationEvent> getNotificationEvents()
public List<NotificationRecipients> getNotificationRecipients()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.