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
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()