Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.UpdateOwnUserStatusApiRequest
Packages that use UpdateOwnUserStatusApiRequest
Package
Description
-
Uses of UpdateOwnUserStatusApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UpdateOwnUserStatusApiRequestModifier and TypeMethodDescriptionUserService.updateOwnUserStatus()
Updates aspects of the status for the user who invokes this endpoint. -
Uses of UpdateOwnUserStatusApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return UpdateOwnUserStatusApiRequestModifier and TypeMethodDescriptionUpdateOwnUserStatusApiRequest.withAway
(boolean away) Deprecated, for removal: This API element is subject to removal in a future version.away is a legacy way to access the user's presence_enabled setting, with away = !UpdateOwnUserStatusApiRequest.withEmojiCode
(String emojiCode) Sets whether the user should be marked as "away".UpdateOwnUserStatusApiRequest.withEmojiName
(String emojiName) Sets whether the user should be marked as "away".UpdateOwnUserStatusApiRequest.withReactionType
(ReactionType type) Sets reaction type for the emoji.UpdateOwnUserStatusApiRequest.withStatusText
(String statusText) The text content of the status message.