Class UpdateNotificationSettingsApiResponse
java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
com.github.jamesnetherton.zulip.client.api.user.response.UpdateNotificationSettingsApiResponse
Zulip API response class for updating user notification settings.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDesktopIconCountDisplay
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableDesktopNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableDigestEmails
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableLoginEmails
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableOfflineEmailNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableOfflinePushNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableOnlinePushNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableSounds
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableStreamAudibleNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableStreamDesktopNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableStreamEmailNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setEnableStreamPushNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setMessageContentInEmailNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setNotificationSound
(com.fasterxml.jackson.databind.JsonNode node) void
setPmContentInDesktopNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setPresenceEnabled
(com.fasterxml.jackson.databind.JsonNode node) void
setRealmNameInNotifications
(com.fasterxml.jackson.databind.JsonNode node) void
setWildcardMentionsNotify
(com.fasterxml.jackson.databind.JsonNode node) Methods inherited from class com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
getIgnoredParametersUnsupported, getResponseCode, getResponseMessage, isPartiallyCompleted, isSuccess
-
Constructor Details
-
UpdateNotificationSettingsApiResponse
public UpdateNotificationSettingsApiResponse()
-
-
Method Details
-
getSettings
-
setEnableStreamDesktopNotifications
public void setEnableStreamDesktopNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setEnableStreamEmailNotifications
public void setEnableStreamEmailNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setEnableStreamPushNotifications
public void setEnableStreamPushNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setEnableStreamAudibleNotifications
public void setEnableStreamAudibleNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setNotificationSound
public void setNotificationSound(com.fasterxml.jackson.databind.JsonNode node) -
setEnableDesktopNotifications
public void setEnableDesktopNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setEnableSounds
public void setEnableSounds(com.fasterxml.jackson.databind.JsonNode node) -
setEnableOfflineEmailNotifications
public void setEnableOfflineEmailNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setEnableOfflinePushNotifications
public void setEnableOfflinePushNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setEnableOnlinePushNotifications
public void setEnableOnlinePushNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setEnableDigestEmails
public void setEnableDigestEmails(com.fasterxml.jackson.databind.JsonNode node) -
setEnableLoginEmails
public void setEnableLoginEmails(com.fasterxml.jackson.databind.JsonNode node) -
setMessageContentInEmailNotifications
public void setMessageContentInEmailNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setPmContentInDesktopNotifications
public void setPmContentInDesktopNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setWildcardMentionsNotify
public void setWildcardMentionsNotify(com.fasterxml.jackson.databind.JsonNode node) -
setDesktopIconCountDisplay
public void setDesktopIconCountDisplay(com.fasterxml.jackson.databind.JsonNode node) -
setRealmNameInNotifications
public void setRealmNameInNotifications(com.fasterxml.jackson.databind.JsonNode node) -
setPresenceEnabled
public void setPresenceEnabled(com.fasterxml.jackson.databind.JsonNode node)
-