Uses of Class
org.jivesoftware.smackx.privacy.packet.PrivacyItem
Packages that use PrivacyItem
Package
Description
Smacks implementation of XEP-0016: Privacy Lists.
Element classes for XEP-0016: Privacy Lists.
- 
Uses of PrivacyItem in org.jivesoftware.smackx.privacy
Methods in org.jivesoftware.smackx.privacy that return types with arguments of type PrivacyItemMethod parameters in org.jivesoftware.smackx.privacy with type arguments of type PrivacyItemModifier and TypeMethodDescriptionvoidPrivacyListManager.createPrivacyList(String listName, List<PrivacyItem> privacyItems) The client has created a new list.voidPrivacyListListener.setPrivacyList(String listName, List<PrivacyItem> listItem) Set or update a privacy list with PrivacyItem.voidPrivacyListManager.updatePrivacyList(String listName, List<PrivacyItem> privacyItems) The client has edited an existing list.Constructor parameters in org.jivesoftware.smackx.privacy with type arguments of type PrivacyItemModifierConstructorDescriptionprotectedPrivacyList(boolean isActiveList, boolean isDefaultList, String listName, List<PrivacyItem> privacyItems)  - 
Uses of PrivacyItem in org.jivesoftware.smackx.privacy.packet
Methods in org.jivesoftware.smackx.privacy.packet that return PrivacyItemModifier and TypeMethodDescriptionReturns the privacy item in the specified order.Methods in org.jivesoftware.smackx.privacy.packet that return types with arguments of type PrivacyItemModifier and TypeMethodDescriptionPrivacy.getActivePrivacyList()Returns the active privacy list ornullif none was found.Privacy.getDefaultPrivacyList()Returns the default privacy list ornullif none was found.Privacy.getItemLists()Returns the collection of privacy list that the user holds.Privacy.getPrivacyList(String listName) Returns a specific privacy list.Privacy.setActivePrivacyList()Set the active list based on the default list.Privacy.setPrivacyList(String listName, List<PrivacyItem> listItem) Set or update a privacy list with privacy items.Method parameters in org.jivesoftware.smackx.privacy.packet with type arguments of type PrivacyItemModifier and TypeMethodDescriptionPrivacy.setPrivacyList(String listName, List<PrivacyItem> listItem) Set or update a privacy list with privacy items.