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 classNotificationSettings.Eventsstatic classNotificationSettings.LevelNotification level
-
Constructor Summary
Constructors Constructor Description NotificationSettings()
-
Method Summary
Modifier and Type Method Description StringgetEmail()NotificationSettings.EventsgetEvents()NotificationSettings.LevelgetLevel()voidsetEmail(String email)voidsetEvents(NotificationSettings.Events events)voidsetLevel(NotificationSettings.Level level)StringtoString()
-
-
-
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)
-
-