Uses of Class
org.jivesoftware.smackx.iot.control.element.SetData
-
Packages that use SetData Package Description org.jivesoftware.smackx.iot.control Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.control.element 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 SetData Modifier and Type Method Description IoTSetResponseIoTControlManager. setUsingIq(FullJid jid, SetData data)Control a thing by sending a collection ofSetDatainstructions.Method parameters in org.jivesoftware.smackx.iot.control with type arguments of type SetData Modifier and Type Method Description voidThingControlRequest. processRequest(Jid from, java.util.Collection<SetData> setData)IoTSetResponseIoTControlManager. setUsingIq(FullJid jid, java.util.Collection<? extends SetData> data)Control a thing by sending a collection ofSetDatainstructions. -
Uses of SetData in org.jivesoftware.smackx.iot.control.element
Subclasses of SetData in org.jivesoftware.smackx.iot.control.element Modifier and Type Class Description classSetBoolDataclassSetDoubleDataclassSetIntDataclassSetLongDataMethods in org.jivesoftware.smackx.iot.control.element that return types with arguments of type SetData Modifier and Type Method Description java.util.Collection<SetData>IoTSetRequest. getSetData()Constructor parameters in org.jivesoftware.smackx.iot.control.element with type arguments of type SetData Constructor Description IoTSetRequest(java.util.Collection<? extends SetData> setData)
-