Uses of Enum
org.xmpp.packet.Roster.Subscription
Packages that use Roster.Subscription
-
Uses of Roster.Subscription in org.xmpp.packet
Methods in org.xmpp.packet that return Roster.SubscriptionModifier and TypeMethodDescriptionRoster.Item.getSubscription()Returns the subscription state of this item.static Roster.SubscriptionReturns 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.SubscriptionModifier and TypeMethodDescriptionRoster.addItem(String jid, Roster.Subscription subscription) Adds a new item to the roster.Roster.addItem(JID jid, String name, Roster.Ask ask, Roster.Subscription subscription, Collection<String> groups) Adds a new item to the roster.Roster.addItem(JID jid, Roster.Subscription subscription) Adds a new item to the roster.