Uses of Class
org.gitlab4j.api.models.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.Level
NotificationSettings.Level. forValue(String value)
NotificationSettings.Level
NotificationSettings. getLevel()
static NotificationSettings.Level
NotificationSettings.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 void
NotificationSettings. setLevel(NotificationSettings.Level level)