Uses of Enum
com.github.jamesnetherton.zulip.client.api.user.DesktopIconCountDisplay
Packages that use DesktopIconCountDisplay
Package
Description
-
Uses of DesktopIconCountDisplay in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type DesktopIconCountDisplayModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withDesktopIconCountDisplay
(DesktopIconCountDisplay desktopIconCountDisplay) Sets whether to display an unread count summary on the Zulip UI. -
Uses of DesktopIconCountDisplay in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return DesktopIconCountDisplayModifier and TypeMethodDescriptionstatic DesktopIconCountDisplay
DesktopIconCountDisplay.fromInt
(int setting) static DesktopIconCountDisplay
Returns the enum constant of this type with the specified name.static DesktopIconCountDisplay[]
DesktopIconCountDisplay.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DesktopIconCountDisplay in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type DesktopIconCountDisplayModifier and TypeMethodDescriptionUpdateNotificationSettingsApiRequest.withDesktopIconCountDisplay
(DesktopIconCountDisplay desktopIconCountDisplay) Deprecated.Sets whether to display an unread count summary on the Zulip UI.UpdateOwnUserSettingsApiRequest.withDesktopIconCountDisplay
(DesktopIconCountDisplay desktopIconCountDisplay) Sets whether to display an unread count summary on the Zulip UI.