Uses of Class
org.gitlab4j.api.models.NotificationSettings.Level
-
Packages that use NotificationSettings.Level Package Description org.gitlab4j.api.models -
-
Uses of NotificationSettings.Level in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return NotificationSettings.Level Modifier and Type Method Description static NotificationSettings.LevelNotificationSettings.Level. forValue(String value)NotificationSettings.LevelNotificationSettings. getLevel()static NotificationSettings.LevelNotificationSettings.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationSettings.Level[]NotificationSettings.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.models with parameters of type NotificationSettings.Level Modifier and Type Method Description voidNotificationSettings. setLevel(NotificationSettings.Level level)
-