Uses of Class
io.gitea.model.GeneralAttachmentSettings
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of GeneralAttachmentSettings in io.gitea.api
Methods in io.gitea.api that return GeneralAttachmentSettings Modifier and Type Method Description GeneralAttachmentSettingsSettingsApi. getGeneralAttachmentSettings()Get instance's global settings for AttachmentMethods in io.gitea.api that return types with arguments of type GeneralAttachmentSettings Modifier and Type Method Description ApiResponse<GeneralAttachmentSettings>SettingsApi. getGeneralAttachmentSettingsWithHttpInfo()Get instance's global settings for AttachmentMethod parameters in io.gitea.api with type arguments of type GeneralAttachmentSettings Modifier and Type Method Description com.squareup.okhttp.CallSettingsApi. getGeneralAttachmentSettingsAsync(ApiCallback<GeneralAttachmentSettings> callback)Get instance's global settings for Attachment (asynchronously) -
Uses of GeneralAttachmentSettings in io.gitea.model
Methods in io.gitea.model that return GeneralAttachmentSettings Modifier and Type Method Description GeneralAttachmentSettingsGeneralAttachmentSettings. allowedTypes(java.lang.String allowedTypes)GeneralAttachmentSettingsGeneralAttachmentSettings. enabled(java.lang.Boolean enabled)GeneralAttachmentSettingsGeneralAttachmentSettings. maxFiles(java.lang.Long maxFiles)GeneralAttachmentSettingsGeneralAttachmentSettings. maxSize(java.lang.Long maxSize)