Uses of Class
org.xwiki.rest.model.jaxb.SearchResult
-
Packages that use SearchResult Package Description org.xwiki.rest.model.jaxb -
-
Uses of SearchResult in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type SearchResult Modifier and Type Field Description protected List<SearchResult>
SearchResults. searchResults
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
SearchResults. getSearchResults()
Gets the value of the searchResults property.Methods in org.xwiki.rest.model.jaxb with parameters of type SearchResult Modifier and Type Method Description SearchResults
SearchResults. withSearchResults(SearchResult... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type SearchResult Modifier and Type Method Description SearchResults
SearchResults. withSearchResults(Collection<SearchResult> values)
-