Uses of Enum
org.gitlab4j.api.models.Setting
Packages that use Setting
-
Uses of Setting in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type SettingModifier and TypeMethodDescriptionApplicationSettingsApi.updateApplicationSetting
(Setting setting, Object value) Update a single application setting of the GitLab instance with the provided settings and value. -
Uses of Setting in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return SettingModifier and TypeMethodDescriptionstatic Setting
static Setting
Returns the enum constant of this type with the specified name.static Setting[]
Setting.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 SettingModifier and TypeMethodDescriptionApplicationSettings.addSetting
(Setting setting, Object value) ApplicationSettings.getSetting
(Setting setting) ApplicationSettings.removeSetting
(Setting setting)