Uses of Enum
com.github.jamesnetherton.zulip.client.api.user.WebHomeView
Packages that use WebHomeView
Package
Description
-
Uses of WebHomeView in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type WebHomeViewModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withWebHomeView
(WebHomeView webHomeView) Sets the web home view to use. -
Uses of WebHomeView in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return WebHomeViewModifier and TypeMethodDescriptionstatic WebHomeView
Returns the enum constant of this type with the specified name.static WebHomeView[]
WebHomeView.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebHomeView in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type WebHomeViewModifier and TypeMethodDescriptionUpdateOwnUserSettingsApiRequest.withDefaultView
(WebHomeView webHomeView) Sets the default view to use.