public class NotificationSettings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NotificationSettings.Events |
static class |
NotificationSettings.Level
Notification level
|
Constructor and Description |
---|
NotificationSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail() |
NotificationSettings.Events |
getEvents() |
NotificationSettings.Level |
getLevel() |
void |
setEmail(String email) |
void |
setEvents(NotificationSettings.Events events) |
void |
setLevel(NotificationSettings.Level level) |
String |
toString() |
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 © 2019. All rights reserved.