Uses of Enum
org.jivesoftware.smackx.pubsub.Affiliation.AffiliationNamespace
-
Uses of Affiliation.AffiliationNamespace in org.jivesoftware.smackx.pubsub
Modifier 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.ModifierConstructorDescriptionAffiliation
(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)