Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.UpdateOwnUserSettingsApiRequest
Packages that use UpdateOwnUserSettingsApiRequest
Package
Description
-
Uses of UpdateOwnUserSettingsApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UpdateOwnUserSettingsApiRequestModifier and TypeMethodDescriptionUserService.updateOwnUserSettings()Updates settings for the user who invokes this endpoint. -
Uses of UpdateOwnUserSettingsApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return UpdateOwnUserSettingsApiRequestModifier and TypeMethodDescriptionUpdateOwnUserSettingsApiRequest.withColorScheme(ColorScheme colorScheme) Sets whether stream desktop notifications should be enabled.UpdateOwnUserSettingsApiRequest.withDefaultLanguage(String languageCode) Sets the default language to use.UpdateOwnUserSettingsApiRequest.withDefaultView(WebHomeView webHomeView) Sets the default view to use.UpdateOwnUserSettingsApiRequest.withDemoteInactiveStreams(DemoteInactiveStreamOption demoteInactiveStreamOption) Sets whether to demote inactive streams.UpdateOwnUserSettingsApiRequest.withDesktopIconCountDisplay(DesktopIconCountDisplay desktopIconCountDisplay) Sets whether to display an unread count summary on the Zulip UI.UpdateOwnUserSettingsApiRequest.withDisplayEmojiReactionUsers(boolean displayEmojiReactionUsers) Sets whether to display the names of reacting users on a message.Asks the Zulip server to initiate a confirmation sequence to change the user email address.UpdateOwnUserSettingsApiRequest.withEmailNotificationsBatchingPeriodSeconds(int duration) Sets the duration in seconds for which the Zulip server should wait to batch email notifications before sending them.UpdateOwnUserSettingsApiRequest.withEmojiSet(EmojiSet emojiSet) The emoji set used to display emoji on the Zulip UI.UpdateOwnUserSettingsApiRequest.withEnableDesktopNotifications(boolean enable) Sets whether desktop notifications are enabled.UpdateOwnUserSettingsApiRequest.withEnableDigestEmails(boolean enable) Sets whether digest emails are enabled.UpdateOwnUserSettingsApiRequest.withEnableDraftsSynchronization(boolean enable) Sets whether synchronizing drafts is enabled.UpdateOwnUserSettingsApiRequest.withEnableLoginEmails(boolean enable) Sets whether login emails are enabled.UpdateOwnUserSettingsApiRequest.withEnableMarketingEmails(boolean enable) Sets whether to enable marketing emails.UpdateOwnUserSettingsApiRequest.withEnableOfflineEmailNotifications(boolean enable) Sets whether offline email notifications are enabled.UpdateOwnUserSettingsApiRequest.withEnableOfflinePushNotifications(boolean enable) Sets whether offline push notifications are enabled.UpdateOwnUserSettingsApiRequest.withEnableOnlinePushNotifications(boolean enable) Sets whether online push notifications are enabled.UpdateOwnUserSettingsApiRequest.withEnableSounds(boolean enable) Sets whether sounds are enabled.UpdateOwnUserSettingsApiRequest.withEnableStreamAudibleNotifications(boolean enable) Sets whether stream audible notifications should be enabled.UpdateOwnUserSettingsApiRequest.withEnableStreamDesktopNotifications(boolean enable) Sets whether stream desktop notifications should be enabled.UpdateOwnUserSettingsApiRequest.withEnableStreamEmailNotifications(boolean enable) Sets whether stream email notifications should be enabled.UpdateOwnUserSettingsApiRequest.withEnableStreamPushNotifications(boolean enable) Sets whether stream push notifications should be enabled.UpdateOwnUserSettingsApiRequest.withEnterSends(boolean enterSends) Sets whether pressing the enter key on the Zulip UI sends a message.UpdateOwnUserSettingsApiRequest.withEscapeNavigatesToDefaultView(boolean escapeNavigatesToDefaultView) Sets whether pressing the escape key navigates to the default view.UpdateOwnUserSettingsApiRequest.withFluidLayoutWidth(boolean fluidLayoutWidth) Whether to use the maximum available screen width for the Zulip web UI center panel.UpdateOwnUserSettingsApiRequest.withFullName(String fullName) Sets a new display name for the user.UpdateOwnUserSettingsApiRequest.withHighContrastMode(boolean highContrastMode) Whether to enable variations in the Zulip UI to help visually impaired users.UpdateOwnUserSettingsApiRequest.withLeftSideUserList(boolean leftSideUserList) Whether the users list on left sidebar in narrow windows.UpdateOwnUserSettingsApiRequest.withMessageContentInEmailNotifications(boolean messageContentInEmailNotifications) Sets whether message content is present in email notifications.UpdateOwnUserSettingsApiRequest.withNewPassword(String newPassword) The new password for the current user.UpdateOwnUserSettingsApiRequest.withNotificationSound(String notificationSound) Sets the notification sound.UpdateOwnUserSettingsApiRequest.withOldPassword(String oldPassword) The old password for the current user.UpdateOwnUserSettingsApiRequest.withPmContentInDesktopNotifications(boolean pmContentInDesktopNotifications) Sets whether private message content shows in desktop notifications.UpdateOwnUserSettingsApiRequest.withPresenceEnabled(boolean enable) Sets whether to display the presence status to other users when online.UpdateOwnUserSettingsApiRequest.withRealmNameInEmailNotifications(RealmNameInNotificationsPolicy policy) Sets whether to include the organization name in the subject of message notification emails.UpdateOwnUserSettingsApiRequest.withRealmNameInNotifications(boolean realmNameInNotifications) Deprecated.Use withRealmNameInEmailNotifications insteadUpdateOwnUserSettingsApiRequest.withReceivesTypingNotifications(boolean receivesTypingNotifications) Sets whether the user is configured to receive typing notifications from other users.UpdateOwnUserSettingsApiRequest.withSendPrivateTypingNotifications(boolean sendPrivateTypingNotifications) Sets whether typing notifications be sent when composing private messages.UpdateOwnUserSettingsApiRequest.withSendReadReceipts(boolean sendReadReceipts) Sets whether other users are allowed to see whether you have read messages.UpdateOwnUserSettingsApiRequest.withSendStreamTypingNotifications(boolean sendStreamTypingNotifications) Sets whether typing notifications be sent when composing stream messages.UpdateOwnUserSettingsApiRequest.withStarredMessageCounts(boolean starredMessageCounts) Sets whether to display the number of starred messages.UpdateOwnUserSettingsApiRequest.withTimezone(String timezone) Sets the user configured timezone.UpdateOwnUserSettingsApiRequest.withTranslateEmoticons(boolean translateEmoticons) Sets whether to translate emoticons to emoji in messages the user sends.UpdateOwnUserSettingsApiRequest.withTwentyFourHourTime(boolean enable) Sets whether time should be displayed in 24-hour notation.UpdateOwnUserSettingsApiRequest.withUserListStyle(UserListStyle userListStyle) Sets the style selected by the user for the right sidebar user list.UpdateOwnUserSettingsApiRequest.withWebAnimateImagePreviews(WebAnimateImageOption webAnimateImageOption) Sets how animated images should be played in the message feed.UpdateOwnUserSettingsApiRequest.withWebChannelDefaultView(WebChannelView webChannelView) Sets the default navigation behavior when clicking on a channel link.UpdateOwnUserSettingsApiRequest.withWebFontPx(int fontSize) Sets the user primary font size in pixels.UpdateOwnUserSettingsApiRequest.withWebLineHeightPercent(int webLineHeightPercent) Sets the user primary line height for the Zulip web UI in percent.UpdateOwnUserSettingsApiRequest.withWebMarkReadOnScrollPolicy(MarkReadOnScrollPolicy policy) Sets whether to mark messages as read when the user scrolls through their feed.UpdateOwnUserSettingsApiRequest.withWebNavigateToSentMessage(boolean webNavigateToSentMessage) Sets whether the user view should automatically go to the conversation where they sent a message.UpdateOwnUserSettingsApiRequest.withWildcardMentionsNotify(boolean wildcardMentionsNotify) Sets whether to be notified when wildcard mentions are triggered.