Uses of Class
org.xmpp.packet.Roster.Ask
-
Packages that use Roster.Ask Package Description org.xmpp.packet -
-
Uses of Roster.Ask in org.xmpp.packet
Methods in org.xmpp.packet that return Roster.Ask Modifier and Type Method Description Roster.AskRoster.Item. getAsk()Returns the ask state of this item.static Roster.AskRoster.Ask. valueOf(String name)Returns 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.Ask Modifier and Type Method Description Roster.ItemRoster. addItem(JID jid, String name, Roster.Ask ask, Roster.Subscription subscription, Collection<String> groups)Adds a new item to the roster.
-