Uses of Enum
org.xmpp.packet.Presence.Show
Packages that use Presence.Show
-
Uses of Presence.Show in org.xmpp.packet
Methods in org.xmpp.packet that return Presence.ShowModifier and TypeMethodDescriptionPresence.getShow()Returns the presence "show" value, which specifies a particular availability status.static Presence.ShowReturns 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.ShowModifier and TypeMethodDescriptionvoidPresence.setShow(Presence.Show show) Sets the presence "show" value, which specifies a particular availability status.