Uses of Class
org.gitlab4j.api.models.Setting
-
Packages that use Setting Package Description org.gitlab4j.api org.gitlab4j.api.models -
-
Uses of Setting in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type Setting Modifier and Type Method Description ApplicationSettingsApplicationSettingsApi. 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 Setting Modifier and Type Method Description static SettingSetting. forValue(String value)static SettingSetting. valueOf(String name)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 Setting Modifier and Type Method Description ObjectApplicationSettings. addSetting(Setting setting, Object value)ObjectApplicationSettings. getSetting(Setting setting)ObjectApplicationSettings. removeSetting(Setting setting)
-