Package org.gitlab4j.api.models
Class NotificationSettings
- java.lang.Object
-
- org.gitlab4j.api.models.NotificationSettings
-
public class NotificationSettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationSettings.Events
static class
NotificationSettings.Level
Notification level
-
Constructor Summary
Constructors Constructor Description NotificationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
String
toString()
-
-
-
Method Detail
-
getLevel
public NotificationSettings.Level getLevel()
-
setLevel
public void setLevel(NotificationSettings.Level level)
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
getEvents
public NotificationSettings.Events getEvents()
-
setEvents
public void setEvents(NotificationSettings.Events events)
-
-