Uses of Enum
org.jivesoftware.smackx.pubsub.Affiliation.AffiliationNamespace
Packages that use Affiliation.AffiliationNamespace
-
Uses of Affiliation.AffiliationNamespace in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return Affiliation.AffiliationNamespaceModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Affiliation.AffiliationNamespace[]
Affiliation.AffiliationNamespace.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.pubsub with parameters of type Affiliation.AffiliationNamespaceModifierConstructorDescriptionAffiliation
(String node, Affiliation.Type affiliation, Affiliation.AffiliationNamespace namespace) Constructs an affiliation.Affiliation
(BareJid jid, Affiliation.Type affiliation, Affiliation.AffiliationNamespace namespace) AffiliationsExtension
(Affiliation.AffiliationNamespace affiliationsNamespace, List<Affiliation> subList) AffiliationsExtension
(Affiliation.AffiliationNamespace affiliationsNamespace, List<Affiliation> subList, String node)