Uses of Class
net.ygbstudio.jbrave.core.domain.dto.result.SearchResult
Packages that use SearchResult
Package
Description
-
Uses of SearchResult in net.ygbstudio.jbrave.core.domain.dto.result
Subclasses of SearchResult in net.ygbstudio.jbrave.core.domain.dto.resultModifier and TypeClassDescriptionfinal classRepresents a discussion result in search results.Methods in net.ygbstudio.jbrave.core.domain.dto.result that return SearchResult -
Uses of SearchResult in net.ygbstudio.jbrave.core.domain.dto.result.search
Methods in net.ygbstudio.jbrave.core.domain.dto.result.search that return types with arguments of type SearchResultModifier and TypeMethodDescriptionSearch.results()Returns the value of theresultsrecord component.Constructor parameters in net.ygbstudio.jbrave.core.domain.dto.result.search with type arguments of type SearchResultModifierConstructorDescriptionSearch(String type, List<SearchResult> results, Boolean familyFriendly) Creates an instance of aSearchrecord class.