Class UpdateNotificationSettingsApiResponse

java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
com.github.jamesnetherton.zulip.client.api.user.response.UpdateNotificationSettingsApiResponse

public class UpdateNotificationSettingsApiResponse extends ZulipApiResponse
Zulip API response class for updating user notification settings.
See Also:
  • Constructor Details

    • UpdateNotificationSettingsApiResponse

      public UpdateNotificationSettingsApiResponse()
  • Method Details

    • getSettings

      public Map<String,Object> 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)