Uses of Class
org.jivesoftware.smackx.iot.control.element.SetData
Packages that use SetData
Package
Description
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
-
Uses of SetData in org.jivesoftware.smackx.iot.control
Methods in org.jivesoftware.smackx.iot.control with parameters of type SetDataModifier and TypeMethodDescriptionIoTControlManager.setUsingIq
(FullJid jid, SetData data) Control a thing by sending a collection ofSetData
instructions.Method parameters in org.jivesoftware.smackx.iot.control with type arguments of type SetDataModifier and TypeMethodDescriptionvoid
ThingControlRequest.processRequest
(Jid from, Collection<SetData> setData) IoTControlManager.setUsingIq
(FullJid jid, Collection<? extends SetData> data) Control a thing by sending a collection ofSetData
instructions. -
Uses of SetData in org.jivesoftware.smackx.iot.control.element
Subclasses of SetData in org.jivesoftware.smackx.iot.control.elementModifier and TypeClassDescriptionclass
class
class
class
Methods in org.jivesoftware.smackx.iot.control.element that return types with arguments of type SetDataConstructor parameters in org.jivesoftware.smackx.iot.control.element with type arguments of type SetData