Uses of Enum
com.github.jamesnetherton.zulip.client.api.user.UserPresenceStatus
Packages that use UserPresenceStatus
Package
Description
-
Uses of UserPresenceStatus in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UserPresenceStatusModifier and TypeMethodDescriptionstatic UserPresenceStatus
UserPresenceStatus.fromString
(String status) UserPresenceDetail.getStatus()
static UserPresenceStatus
Returns the enum constant of this type with the specified name.static UserPresenceStatus[]
UserPresenceStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.jamesnetherton.zulip.client.api.user with parameters of type UserPresenceStatusModifier and TypeMethodDescriptionUserService.updateOwnUserPresence
(UserPresenceStatus status) Fetches presence details for the current client user. -
Uses of UserPresenceStatus in com.github.jamesnetherton.zulip.client.api.user.request
Constructors in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type UserPresenceStatusModifierConstructorDescriptionUpdateOwnUserPresenceApiRequest
(ZulipHttpClient client, UserPresenceStatus status) Constructs aUpdateOwnUserPresenceApiRequest
.