Uses of Enum Class
org.aoju.bus.gitlab.models.Setting
Packages that use Setting
-
Uses of Setting in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return SettingModifier and TypeMethodDescriptionstatic Settingstatic SettingReturns the enum constant of this class with the specified name.static Setting[]Setting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab.models with parameters of type SettingModifier and TypeMethodDescriptionApplicationSettings.addSetting(Setting setting, Object value) ApplicationSettings.getSetting(Setting setting) ApplicationSettings.removeSetting(Setting setting)