Uses of Enum Class
protocols.apps.chat.messages.ChatDirectMessage.Kind
Packages that use ChatDirectMessage.Kind
-
Uses of ChatDirectMessage.Kind in protocols.apps.chat.messages
Methods in protocols.apps.chat.messages that return ChatDirectMessage.KindModifier and TypeMethodDescriptionChatDirectMessage.getKind()static ChatDirectMessage.KindReturns the enum constant of this class with the specified name.static ChatDirectMessage.Kind[]ChatDirectMessage.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in protocols.apps.chat.messages with parameters of type ChatDirectMessage.KindModifierConstructorDescriptionChatDirectMessage(ChatDirectMessage.Kind kind, String fromNick, String text)