Uses of Enum
org.xmpp.packet.Roster.Ask
Packages that use Roster.Ask
-
Uses of Roster.Ask in org.xmpp.packet
Methods in org.xmpp.packet that return Roster.AskModifier and TypeMethodDescriptionRoster.Item.getAsk()Returns the ask state of this item.static Roster.AskReturns the enum constant of this type with the specified name.static Roster.Ask[]Roster.Ask.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 Roster.AskModifier and TypeMethodDescriptionRoster.addItem(JID jid, String name, Roster.Ask ask, Roster.Subscription subscription, Collection<String> groups) Adds a new item to the roster.