Class GlobalSettings
- java.lang.Object
-
- com.atlassian.confluence.api.model.settings.GlobalSettings
-
@ExperimentalApi public class GlobalSettings extends Object
Current values of application-wide settings.- Since:
- 5.10
- See Also:
SettingsService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GlobalSettings.GlobalSettingsBuilder
BuildsGlobalSettings
objects.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalSettings.GlobalSettingsBuilder
builder()
long
getAttachmentMaxSizeBytes()
String
getBaseUrl()
String
getDefaultTimezoneId()
String
getGlobalDefaultLocale()
-
-
-
Method Detail
-
builder
public static GlobalSettings.GlobalSettingsBuilder builder()
-
getAttachmentMaxSizeBytes
public long getAttachmentMaxSizeBytes()
-
getDefaultTimezoneId
public String getDefaultTimezoneId()
-
getGlobalDefaultLocale
public String getGlobalDefaultLocale()
-
getBaseUrl
public String getBaseUrl()
-
-