Uses of Class
org.jivesoftware.smackx.packet.DataForm.ReportedData

Packages that use DataForm.ReportedData
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of DataForm.ReportedData in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return DataForm.ReportedData
 DataForm.ReportedData DataForm.getReportedData()
          Returns the fields that will be returned from a search.
 

Methods in org.jivesoftware.smackx.packet with parameters of type DataForm.ReportedData
 void DataForm.setReportedData(DataForm.ReportedData reportedData)
          Sets the fields that will be returned from a search.