Uses of Class
org.xmpp.packet.Presence.Show
-
Packages that use Presence.Show Package Description org.xmpp.packet -
-
Uses of Presence.Show in org.xmpp.packet
Methods in org.xmpp.packet that return Presence.Show Modifier and Type Method Description Presence.ShowPresence. getShow()Returns the presence "show" value, which specifies a particular availability status.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 org.xmpp.packet with parameters of type Presence.Show Modifier and Type Method Description voidPresence. setShow(Presence.Show show)Sets the presence "show" value, which specifies a particular availability status.
-