Class MUCLightElements.UserWithAffiliationElement
- java.lang.Object
-
- org.jivesoftware.smackx.muclight.element.MUCLightElements.UserWithAffiliationElement
-
- All Implemented Interfaces:
Element
- Enclosing class:
- MUCLightElements
public static class MUCLightElements.UserWithAffiliationElement extends Object implements Element
User with affiliation element class.
-
-
Constructor Summary
Constructors Constructor Description UserWithAffiliationElement(Jid user, MUCLightAffiliation affiliation)
User with affiliations element constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharSequence
toXML(XmlEnvironment enclosingNamespace)
-
-
-
Constructor Detail
-
UserWithAffiliationElement
public UserWithAffiliationElement(Jid user, MUCLightAffiliation affiliation)
User with affiliations element constructor.- Parameters:
user
- TODO javadoc me pleaseaffiliation
- TODO javadoc me please
-
-
Method Detail
-
toXML
public CharSequence toXML(XmlEnvironment enclosingNamespace)
-
-