Uses of Class
rocks.xmpp.core.stanza.model.Presence.Show
-
Packages that use Presence.Show Package Description rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors. -
-
Uses of Presence.Show in rocks.xmpp.core.stanza.model
Methods in rocks.xmpp.core.stanza.model that return Presence.Show Modifier and Type Method Description Presence.ShowPresence. getShow()Gets the<show/>element.static Presence.ShowPresence.Show. valueOf(String name)Returns the enum constant of this type with the specified name.static Presence.Show[]Presence.Show. 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 Presence.Show Modifier and Type Method Description voidPresence. setShow(Presence.Show show)Sets the<show/>element.Constructors in rocks.xmpp.core.stanza.model with parameters of type Presence.Show Constructor Description Presence(Jid to, Presence.Show show, String status)Constructs a directed presence with a specific 'show' attribute and status.Presence(Jid to, Presence.Type type, Presence.Show show, Collection<Text> status, byte priority, String id, Jid from, Locale language, Collection<?> extensions, StanzaError error)Constructs a presence with all possible values.Presence(Presence.Show show)Constructs a presence with a specific 'show' value.Presence(Presence.Show show, byte priority)Constructs a presence with a specific 'show' value and priority.
-