Uses of Enum
org.jivesoftware.smackx.privacy.packet.PrivacyItem.Type
Packages that use PrivacyItem.Type
Package
Description
Element classes for XEP-0016: Privacy Lists.
-
Uses of PrivacyItem.Type in org.jivesoftware.smackx.privacy.packet
Methods in org.jivesoftware.smackx.privacy.packet that return PrivacyItem.TypeModifier and TypeMethodDescriptionPrivacyItem.getType()
Returns the type hold the kind of communication it will allow or block.static PrivacyItem.Type
Returns the enum constant of this type with the specified name.static PrivacyItem.Type[]
PrivacyItem.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.privacy.packet with parameters of type PrivacyItem.TypeModifierConstructorDescriptionPrivacyItem
(PrivacyItem.Type type, CharSequence value, boolean allow, long order) Creates a new privacy item.PrivacyItem
(PrivacyItem.Type type, String value, boolean allow, long order) PrivacyItem
(PrivacyItem.Type type, String value, boolean allow, UInt32 order) Creates a new privacy item.