Uses of Enum
com.github.jamesnetherton.zulip.client.api.user.TypingOperation
Packages that use TypingOperation
Package
Description
-
Uses of TypingOperation in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return TypingOperationModifier and TypeMethodDescriptionstatic TypingOperationReturns the enum constant of this type with the specified name.static TypingOperation[]TypingOperation.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 TypingOperationModifier and TypeMethodDescriptionUserService.setTyping(TypingOperation operation, long... userIds) Sets user 'typing' statusUserService.setTyping(TypingOperation operation, long streamId, String topic) Sets user 'typing' statusUserService.setTypingForMessageEdit(long messageId, TypingOperation operation) Notifies other users whether the current user is editing a message -
Uses of TypingOperation in com.github.jamesnetherton.zulip.client.api.user.request
Constructors in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type TypingOperationModifierConstructorDescriptionSetTypingStatusApiRequest(ZulipHttpClient client, TypingOperation operation, long... userIds) Constructs aSetTypingStatusApiRequest.SetTypingStatusApiRequest(ZulipHttpClient client, TypingOperation operation, long streamId, String topic) Constructs aSetTypingStatusApiRequest.SetTypingStatusForMessageEditApiRequest(ZulipHttpClient client, long messageId, TypingOperation operation) Constructs aSetTypingStatusForMessageEditApiRequest.