Class OmemoDeviceListElement
java.lang.Object
org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement
- All Implemented Interfaces:
Element,ExtensionElement,NamedElement,XmlElement,XmlLangElement
- Direct Known Subclasses:
OmemoDeviceListElement_VAxolotl
A OMEMO device list update containing the IDs of all active devices of a contact.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOmemoDeviceListElement(Set<Integer> deviceIds) OmemoDeviceListElement(OmemoCachedDeviceList cachedList) -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.final StringtoString()final XmlStringBuildertoXML(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getNamespace, getQName
-
Field Details
-
DEVICE
- See Also:
-
ID
- See Also:
-
LIST
- See Also:
-
-
Constructor Details
-
OmemoDeviceListElement
-
OmemoDeviceListElement
-
-
Method Details
-
getDeviceIds
-
copyDeviceIds
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-
toXML
-
toString
-