Uses of Enum
com.github.jamesnetherton.zulip.client.api.message.MessageReportReason
Packages that use MessageReportReason
Package
Description
-
Uses of MessageReportReason in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return MessageReportReasonModifier and TypeMethodDescriptionstatic MessageReportReasonMessageReportReason.fromString(String reason) static MessageReportReasonReturns the enum constant of this type with the specified name.static MessageReportReason[]MessageReportReason.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.message with parameters of type MessageReportReasonModifier and TypeMethodDescriptionMessageService.reportMessage(long messageId, MessageReportReason reportReason) Reports a message for moderation. -
Uses of MessageReportReason in com.github.jamesnetherton.zulip.client.api.message.request
Constructors in com.github.jamesnetherton.zulip.client.api.message.request with parameters of type MessageReportReasonModifierConstructorDescriptionReportMessageApiRequest(ZulipHttpClient client, long messageId, MessageReportReason reportReason) Constructs aRenderMessageApiRequest.