Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.UpdateUserStatusApiRequest
Packages that use UpdateUserStatusApiRequest
Package
Description
-
Uses of UpdateUserStatusApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UpdateUserStatusApiRequestModifier and TypeMethodDescriptionUserService.updateUserStatus
(long userId) Updates settings for a given user. -
Uses of UpdateUserStatusApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return UpdateUserStatusApiRequestModifier and TypeMethodDescriptionUpdateUserStatusApiRequest.withEmojiCode
(String emojiCode) Sets the unique identifier defining the emoji.UpdateUserStatusApiRequest.withEmojiName
(String emojiName) Sets the name for the emoji to associate with this status.UpdateUserStatusApiRequest.withReactionType
(ReactionType reactionType) Sets the reaction type.UpdateUserStatusApiRequest.withStatusText
(String statusText) Sets the content of the status message.