Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.UpdateOwnUserPresenceApiRequest
Packages that use UpdateOwnUserPresenceApiRequest
Package
Description
-
Uses of UpdateOwnUserPresenceApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UpdateOwnUserPresenceApiRequestModifier and TypeMethodDescriptionUserService.updateOwnUserPresence
(UserPresenceStatus status) Fetches presence details for the current client user. -
Uses of UpdateOwnUserPresenceApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return UpdateOwnUserPresenceApiRequestModifier and TypeMethodDescriptionUpdateOwnUserPresenceApiRequest.withLastUpdateId
(int lastUpdateId) Sets the identifier that specifies what presence data the client already has received.UpdateOwnUserPresenceApiRequest.withNewUserInput
(boolean newUserInput) Sets whether new user interaction has occurred.UpdateOwnUserPresenceApiRequest.withPingOnly
(boolean pingOnly) Sets whether the client is sending a ping-only request.