Uses of Class
com.github.jamesnetherton.zulip.client.api.stream.request.UpdateStreamSubscriptionSettingsApiRequest
Packages that use UpdateStreamSubscriptionSettingsApiRequest
Package
Description
-
Uses of UpdateStreamSubscriptionSettingsApiRequest in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return UpdateStreamSubscriptionSettingsApiRequestModifier and TypeMethodDescriptionStreamService.updateSubscriptionSettings()
Updates stream subscription settings. -
Uses of UpdateStreamSubscriptionSettingsApiRequest in com.github.jamesnetherton.zulip.client.api.stream.request
Methods in com.github.jamesnetherton.zulip.client.api.stream.request that return UpdateStreamSubscriptionSettingsApiRequestModifier and TypeMethodDescriptionUpdateStreamSubscriptionSettingsApiRequest.withAudibleNotifications
(long streamId, boolean audibleNotifications) Sets whether to play a sound for messages sent to the stream.Sets the hex value of the color to display on the Zulip UI.UpdateStreamSubscriptionSettingsApiRequest.withDesktopNotifications
(long streamId, boolean desktopNotifications) Sets whether to show desktop notifications for messages sent to the stream.UpdateStreamSubscriptionSettingsApiRequest.withEmailNotifications
(long streamId, boolean emailNotifications) Sets whether to enable or disable email notifications a sound for messages sent to the stream.UpdateStreamSubscriptionSettingsApiRequest.withIsMuted
(long streamId, boolean muted) Sets whether the stream should be muted.UpdateStreamSubscriptionSettingsApiRequest.withPinToTop
(long streamId, boolean pinToTop) Sets whether the stream should be pinned to the top in the Zulip UI.UpdateStreamSubscriptionSettingsApiRequest.withPushNotifications
(long streamId, boolean pushNotifications) Sets whether to enable or disable push notifications a sound for messages sent to the stream.