Uses of Class
org.jivesoftware.smackx.search.ReportedData.Row
-
Packages that use ReportedData.Row Package Description org.jivesoftware.smackx.search Smacks implementation of XEP-0055: Jabber Search. -
-
Uses of ReportedData.Row in org.jivesoftware.smackx.search
Methods in org.jivesoftware.smackx.search that return types with arguments of type ReportedData.Row Modifier and Type Method Description java.util.List<ReportedData.Row>
ReportedData. getRows()
Returns a List of the rows returned from a search.Methods in org.jivesoftware.smackx.search with parameters of type ReportedData.Row Modifier and Type Method Description void
ReportedData. addRow(ReportedData.Row row)
Adds a newRow
.
-