Class MUCLightElements.ConfigurationsChangeExtension
java.lang.Object
org.jivesoftware.smackx.muclight.element.MUCLightElements.ConfigurationsChangeExtension
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Enclosing class:
- MUCLightElements
public static class MUCLightElements.ConfigurationsChangeExtension
extends Object
implements ExtensionElement
Configurations change extension element class.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the room custom configurations.Returns the root element name.Returns the root element XML namespace.Get the previous version.Get the room name.Get the room subject.Get the version.toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
ConfigurationsChangeExtension
public ConfigurationsChangeExtension(String prevVersion, String version, String roomName, String subject, Map<String, String> customConfigs) Configurations change extension constructor.- Parameters:
prevVersion
- TODO javadoc me pleaseversion
- TODO javadoc me pleaseroomName
- TODO javadoc me pleasesubject
- TODO javadoc me pleasecustomConfigs
- TODO javadoc me please
-
-
Method Details
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
getPrevVersion
Get the previous version.- Returns:
- the previous version
-
getVersion
Get the version.- Returns:
- the version
-
getRoomName
Get the room name.- Returns:
- the room name
-
getSubject
Get the room subject.- Returns:
- the room subject
-
getCustomConfigs
Get the room custom configurations.- Returns:
- the room custom configurations
-
toXML
-
from
-