@PublicApi public final class NotificationScheme extends Object
Constructor and Description |
---|
NotificationScheme(Long id,
String name,
String description,
Iterable<EventNotifications> notificationEvent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
List<EventNotifications> |
getEventNotifications() |
Long |
getId() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public NotificationScheme(Long id, String name, String description, Iterable<EventNotifications> notificationEvent)
public Long getId()
public String getName()
public List<EventNotifications> getEventNotifications()
public String getDescription()
Copyright © 2002-2016 Atlassian. All Rights Reserved.