public class NotificationSettings extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
NotificationSettings.Events |
|
static class |
NotificationSettings.Level |
Notification level
|
| Constructor | Description |
|---|---|
NotificationSettings() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getEmail() |
|
NotificationSettings.Events |
getEvents() |
|
NotificationSettings.Level |
getLevel() |
|
void |
setEmail(String email) |
|
void |
setEvents(NotificationSettings.Events events) |
|
void |
setLevel(NotificationSettings.Level level) |
public NotificationSettings.Level getLevel()
public void setLevel(NotificationSettings.Level level)
public String getEmail()
public void setEmail(String email)
public NotificationSettings.Events getEvents()
public void setEvents(NotificationSettings.Events events)
Copyright © 2018. All rights reserved.