Uses of Enum
com.github.jamesnetherton.zulip.client.api.user.UserListStyle
Packages that use UserListStyle
Package
Description
-
Uses of UserListStyle in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type UserListStyleModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withUserListStyle
(UserListStyle userListStyle) Sets the style selected by the user for the right sidebar user list. -
Uses of UserListStyle in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UserListStyleModifier and TypeMethodDescriptionstatic UserListStyle
Returns the enum constant of this type with the specified name.static UserListStyle[]
UserListStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UserListStyle in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type UserListStyleModifier and TypeMethodDescriptionUpdateOwnUserSettingsApiRequest.withUserListStyle
(UserListStyle userListStyle) Sets the style selected by the user for the right sidebar user list.