Uses of Enum
com.github.jamesnetherton.zulip.client.api.user.WebAnimateImageOption
Packages that use WebAnimateImageOption
Package
Description
-
Uses of WebAnimateImageOption in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type WebAnimateImageOptionModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withWebAnimateImagePreviews
(WebAnimateImageOption webAnimateImageOption) Sets how animated images should be played in the message feed. -
Uses of WebAnimateImageOption in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return WebAnimateImageOptionModifier and TypeMethodDescriptionstatic WebAnimateImageOption
WebAnimateImageOption.fromString
(String option) static WebAnimateImageOption
Returns the enum constant of this type with the specified name.static WebAnimateImageOption[]
WebAnimateImageOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebAnimateImageOption in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type WebAnimateImageOptionModifier and TypeMethodDescriptionUpdateOwnUserSettingsApiRequest.withWebAnimateImagePreviews
(WebAnimateImageOption webAnimateImageOption) Sets how animated images should be played in the message feed.