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