Uses of Class
io.gitea.model.GeneralUISettings
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of GeneralUISettings in io.gitea.api
Methods in io.gitea.api that return GeneralUISettings Modifier and Type Method Description GeneralUISettingsSettingsApi. getGeneralUISettings()Get instance's global settings for uiMethods in io.gitea.api that return types with arguments of type GeneralUISettings Modifier and Type Method Description ApiResponse<GeneralUISettings>SettingsApi. getGeneralUISettingsWithHttpInfo()Get instance's global settings for uiMethod parameters in io.gitea.api with type arguments of type GeneralUISettings Modifier and Type Method Description com.squareup.okhttp.CallSettingsApi. getGeneralUISettingsAsync(ApiCallback<GeneralUISettings> callback)Get instance's global settings for ui (asynchronously) -
Uses of GeneralUISettings in io.gitea.model
Methods in io.gitea.model that return GeneralUISettings Modifier and Type Method Description GeneralUISettingsGeneralUISettings. addAllowedReactionsItem(java.lang.String allowedReactionsItem)GeneralUISettingsGeneralUISettings. addCustomEmojisItem(java.lang.String customEmojisItem)GeneralUISettingsGeneralUISettings. allowedReactions(java.util.List<java.lang.String> allowedReactions)GeneralUISettingsGeneralUISettings. customEmojis(java.util.List<java.lang.String> customEmojis)GeneralUISettingsGeneralUISettings. defaultTheme(java.lang.String defaultTheme)