| Package | Description |
|---|---|
| org.graylog2.notifications |
| Modifier and Type | Method and Description |
|---|---|
Notification.Type |
NotificationImpl.getType() |
Notification.Type |
Notification.getType() |
static Notification.Type |
Notification.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
Notification.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationImpl.addType(Notification.Type type) |
Notification |
Notification.addType(Notification.Type type) |
int |
NotificationServiceImpl.destroyAllByType(Notification.Type type) |
int |
NotificationService.destroyAllByType(Notification.Type type) |
boolean |
NotificationServiceImpl.fixed(Notification.Type type) |
boolean |
NotificationService.fixed(Notification.Type type) |
boolean |
NotificationServiceImpl.fixed(Notification.Type type,
Node node) |
boolean |
NotificationService.fixed(Notification.Type type,
Node node) |
boolean |
NotificationServiceImpl.isFirst(Notification.Type type) |
boolean |
NotificationService.isFirst(Notification.Type type) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.