| Package | Description |
|---|---|
| org.hisp.dhis.response | |
| org.hisp.dhis.response.job |
| Modifier and Type | Method and Description |
|---|---|
static NotificationLevel |
NotificationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationLevel[] |
NotificationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationLevel |
JobNotification.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobNotification.setLevel(NotificationLevel level) |
| Constructor and Description |
|---|
JobNotification(String uid,
NotificationLevel level,
JobCategory category,
String message) |
Copyright © 2019 UiO. All rights reserved.