Uses of Enum
com.github.jamesnetherton.zulip.client.api.message.ReactionType
Packages that use ReactionType
Package
Description
-
Uses of ReactionType in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return ReactionTypeModifier and TypeMethodDescriptionstatic ReactionTypeReactionType.fromString(String type) MessageReaction.getReactionType()static ReactionTypeReturns the enum constant of this type with the specified name.static ReactionType[]ReactionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReactionType in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request with parameters of type ReactionTypeModifier and TypeMethodDescriptionAddEmojiReactionApiRequest.withReactionType(ReactionType type) Sets an optional reaction type.DeleteEmojiReactionApiRequest.withReactionType(ReactionType type) Sets an optional reaction type. -
Uses of ReactionType in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return ReactionType -
Uses of ReactionType in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type ReactionTypeModifier and TypeMethodDescriptionUpdateOwnUserStatusApiRequest.withReactionType(ReactionType type) Sets reaction type for the emoji.