Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.UpdateNotificationSettingsApiRequest
Packages that use UpdateNotificationSettingsApiRequest
Package
Description
-
Uses of UpdateNotificationSettingsApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UpdateNotificationSettingsApiRequest -
Uses of UpdateNotificationSettingsApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return UpdateNotificationSettingsApiRequestModifier and TypeMethodDescriptionUpdateNotificationSettingsApiRequest.withDesktopIconCountDisplay
(DesktopIconCountDisplay desktopIconCountDisplay) Deprecated.Sets whether to display an unread count summary on the Zulip UI.UpdateNotificationSettingsApiRequest.withEnableDesktopNotifications
(boolean enable) Deprecated.Sets whether desktop notifications are enabled.UpdateNotificationSettingsApiRequest.withEnableDigestEmails
(boolean enable) Deprecated.Sets whether digest emails are enabled.UpdateNotificationSettingsApiRequest.withEnableLoginEmails
(boolean enable) Deprecated.Sets whether login emails are enabled.UpdateNotificationSettingsApiRequest.withEnableOfflineEmailNotifications
(boolean enable) Deprecated.Sets whether offline email notifications are enabled.UpdateNotificationSettingsApiRequest.withEnableOfflinePushNotifications
(boolean enable) Deprecated.Sets whether offline push notifications are enabled.UpdateNotificationSettingsApiRequest.withEnableOnlinePushNotifications
(boolean enable) Deprecated.Sets whether online push notifications are enabled.UpdateNotificationSettingsApiRequest.withEnableSounds
(boolean enable) Deprecated.Sets whether sounds are enabled.UpdateNotificationSettingsApiRequest.withEnableStreamAudibleNotifications
(boolean enable) Deprecated.Sets whether stream audible notifications should be enabled.UpdateNotificationSettingsApiRequest.withEnableStreamDesktopNotifications
(boolean enable) Deprecated.Sets whether stream desktop notifications should be enabled.UpdateNotificationSettingsApiRequest.withEnableStreamEmailNotifications
(boolean enable) Deprecated.Sets whether stream email notifications should be enabled.UpdateNotificationSettingsApiRequest.withEnableStreamPushNotifications
(boolean enable) Deprecated.Sets whether stream push notifications should be enabled.UpdateNotificationSettingsApiRequest.withMessageContentInEmailNotifications
(boolean messageContentInEmailNotifications) Deprecated.Sets whether message content is present in email notifications.UpdateNotificationSettingsApiRequest.withNotificationSound
(String notificationSound) Deprecated.Sets the notification soundUpdateNotificationSettingsApiRequest.withPmContentInDesktopNotifications
(boolean pmContentInDesktopNotifications) Deprecated.Sets whether private message content shows in desktop notifications.UpdateNotificationSettingsApiRequest.withPresenceEnabled
(boolean enable) Deprecated.Sets whether to display the presence status to other users when online.UpdateNotificationSettingsApiRequest.withRealmNameInNotifications
(boolean realmNameInNotifications) Deprecated.Sets whether to include organization name in subject of missed message emails.UpdateNotificationSettingsApiRequest.withWildcardMentionsNotify
(boolean wildcardMentionsNotify) Deprecated.Sets whether to be notified when wildcard mentions are triggered.