Class GetServerSettingsApiResponse
java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
com.github.jamesnetherton.zulip.client.api.server.response.GetServerSettingsApiResponse
Zulip API response class for getting all server settings.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.boolean
boolean
boolean
boolean
boolean
Methods inherited from class com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
getIgnoredParametersUnsupported, getResponseCode, getResponseMessage, isPartiallyCompleted, isSuccess
-
Constructor Details
-
GetServerSettingsApiResponse
public GetServerSettingsApiResponse()
-
-
Method Details
-
getAuthenticationMethods
-
isEmailAuthEnabled
public boolean isEmailAuthEnabled() -
getExternalAuthenticationMethods
-
isIncompatible
public boolean isIncompatible() -
isPushNotificationsEnabled
public boolean isPushNotificationsEnabled() -
getRealmDescription
-
getRealmIcon
-
getRealmName
-
getRealmUri
Deprecated, for removal: This API element is subject to removal in a future version. -
getRealmUrl
-
isRealmWebPublicAccessEnabled
public boolean isRealmWebPublicAccessEnabled() -
isRequireEmailFormatUsernames
public boolean isRequireEmailFormatUsernames() -
getZulipMergeBase
-
getZulipVersion
-