Uses of Class
com.github.jamesnetherton.zulip.client.api.user.UserPresenceDetail
Packages that use UserPresenceDetail
Package
Description
-
Uses of UserPresenceDetail in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return types with arguments of type UserPresenceDetailModifier and TypeMethodDescriptionUserPresenceDetailMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of UserPresenceDetail in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return types with arguments of type UserPresenceDetailModifier and TypeMethodDescriptionGetAllUserPresenceApiRequest.execute()Executes the Zulip API request for getting all user presence.GetUserPresenceApiRequest.execute()Executes the Zulip API request for getting user presence information.UpdateOwnUserPresenceApiRequest.execute()Executes the Zulip API request for updating own user presence. -
Uses of UserPresenceDetail in com.github.jamesnetherton.zulip.client.api.user.response
Methods in com.github.jamesnetherton.zulip.client.api.user.response that return types with arguments of type UserPresenceDetailModifier and TypeMethodDescriptionGetUserPresenceApiResponse.getPresence()GetAllUserPresenceApiResponse.getPresences()UpdateOwnUserPresenceApiResponse.getPresences()