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. searchResultsMethods 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 SearchResultsSearchResults. withSearchResults(SearchResult... values)Method parameters in org.xwiki.rest.model.jaxb with type arguments of type SearchResult Modifier and Type Method Description SearchResultsSearchResults. withSearchResults(Collection<SearchResult> values)
-