Uses of Enum
com.github.jamesnetherton.zulip.client.api.user.ColorScheme
Packages that use ColorScheme
Package
Description
-
Uses of ColorScheme in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type ColorSchemeModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withColorScheme(ColorScheme colorScheme) Sets the color scheme to use. -
Uses of ColorScheme in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return ColorSchemeModifier and TypeMethodDescriptionstatic ColorSchemeReturns the enum constant of this type with the specified name.static ColorScheme[]ColorScheme.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColorScheme in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type ColorSchemeModifier and TypeMethodDescriptionUpdateOwnUserSettingsApiRequest.withColorScheme(ColorScheme colorScheme) Sets whether stream desktop notifications should be enabled.