Uses of Class
org.jivesoftware.smackx.iot.data.element.TimestampElement
-
Packages that use TimestampElement Package Description org.jivesoftware.smackx.iot.data.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.data.provider Smack's API for XMPP IoT. -
-
Uses of TimestampElement in org.jivesoftware.smackx.iot.data.element
Methods in org.jivesoftware.smackx.iot.data.element that return types with arguments of type TimestampElement Modifier and Type Method Description java.util.List<TimestampElement>
NodeElement. getTimestampElements()
Constructors in org.jivesoftware.smackx.iot.data.element with parameters of type TimestampElement Constructor Description NodeElement(NodeInfo nodeInfo, TimestampElement timestampElement)
Constructor parameters in org.jivesoftware.smackx.iot.data.element with type arguments of type TimestampElement Constructor Description NodeElement(NodeInfo nodeInfo, java.util.List<TimestampElement> timestampElements)
-
Uses of TimestampElement in org.jivesoftware.smackx.iot.data.provider
Methods in org.jivesoftware.smackx.iot.data.provider that return TimestampElement Modifier and Type Method Description TimestampElement
IoTFieldsExtensionProvider. parseTimestampElement(XmlPullParser parser)
-