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