Uses of Class
tigase.xmpp.impl.JabberIqPrivacy.ITEM_SUBSCRIPTIONS
-
Packages that use JabberIqPrivacy.ITEM_SUBSCRIPTIONS Package Description tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of JabberIqPrivacy.ITEM_SUBSCRIPTIONS in tigase.xmpp.impl
Methods in tigase.xmpp.impl that return JabberIqPrivacy.ITEM_SUBSCRIPTIONS Modifier and Type Method Description static JabberIqPrivacy.ITEM_SUBSCRIPTIONS
JabberIqPrivacy.ITEM_SUBSCRIPTIONS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JabberIqPrivacy.ITEM_SUBSCRIPTIONS[]
JabberIqPrivacy.ITEM_SUBSCRIPTIONS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-