Uses of Enum
com.github.jamesnetherton.zulip.client.api.user.WebChannelView
Packages that use WebChannelView
Package
Description
-
Uses of WebChannelView in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type WebChannelViewModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withWebChannelDefaultView
(WebChannelView webChannelView) Sets the default navigation behavior when clicking on a channel link. -
Uses of WebChannelView in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return WebChannelViewModifier and TypeMethodDescriptionstatic WebChannelView
WebChannelView.fromInt
(int id) static WebChannelView
Returns the enum constant of this type with the specified name.static WebChannelView[]
WebChannelView.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebChannelView in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type WebChannelViewModifier and TypeMethodDescriptionUpdateOwnUserSettingsApiRequest.withWebChannelDefaultView
(WebChannelView webChannelView) Sets the default navigation behavior when clicking on a channel link.