Uses of Class
rocks.xmpp.extensions.rosterx.model.ContactExchange.Item.Action
-
Packages that use ContactExchange.Item.Action Package Description rocks.xmpp.extensions.rosterx Provides classes for XEP-0144: Roster Item Exchange.rocks.xmpp.extensions.rosterx.model Provides XML schema implementations of XEP-0144: Roster Item Exchange. -
-
Uses of ContactExchange.Item.Action in rocks.xmpp.extensions.rosterx
Methods in rocks.xmpp.extensions.rosterx that return ContactExchange.Item.Action Modifier and Type Method Description ContactExchange.Item.ActionContactExchangeManager. approve(ContactExchange.Item item)Approves a roster exchange item by modifying the roster accordingly. -
Uses of ContactExchange.Item.Action in rocks.xmpp.extensions.rosterx.model
Methods in rocks.xmpp.extensions.rosterx.model that return ContactExchange.Item.Action Modifier and Type Method Description ContactExchange.Item.ActionContactExchange.Item. getAction()Gets the action indicating adding, deleting or modifying the roster item.static ContactExchange.Item.ActionContactExchange.Item.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactExchange.Item.Action[]ContactExchange.Item.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in rocks.xmpp.extensions.rosterx.model with parameters of type ContactExchange.Item.Action Constructor Description Item(Jid jid, String name, Collection<String> groups, ContactExchange.Item.Action action)
-