Uses of Class
rocks.xmpp.core.stanza.model.Message.Type
-
Packages that use Message.Type Package Description rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors. -
-
Uses of Message.Type in rocks.xmpp.core.stanza.model
Methods in rocks.xmpp.core.stanza.model that return Message.Type Modifier and Type Method Description Message.TypeMessage. getType()Gets the message type.static Message.TypeMessage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.Type[]Message.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in rocks.xmpp.core.stanza.model with parameters of type Message.Type Modifier and Type Method Description voidMessage. setType(Message.Type type)Sets the message type.Constructors in rocks.xmpp.core.stanza.model with parameters of type Message.Type Constructor Description Message(Jid to, Message.Type type)Constructs a message with a type.Message(Jid to, Message.Type type, String body)Constructs a message with body and type.Message(Jid to, Message.Type type, String body, String subject)Constructs a message with body and type.Message(Jid to, Message.Type type, String body, String subject, String thread)Constructs a message with body and type.Message(Jid to, Message.Type type, String body, String subject, String thread, String parentThread, String id, Jid from, Locale language, Collection<?> extensions, StanzaError error)Constructs a message with body and type.Message(Jid to, Message.Type type, Collection<Text> bodies, Collection<Text> subjects, String thread, String parentThread, String id, Jid from, Locale language, Collection<?> extensions, StanzaError error)Constructs a message with all possible values.
-