Uses of Class
com.oracle.bmc.datacatalog.model.SearchResult
-
Packages that use SearchResult Package Description com.oracle.bmc.datacatalog.model -
-
Uses of SearchResult in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return SearchResult Modifier and Type Method Description SearchResult
SearchResult.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
SearchResultCollection. getItems()
Search result set.Methods in com.oracle.bmc.datacatalog.model with parameters of type SearchResult Modifier and Type Method Description SearchResult.Builder
SearchResult.Builder. copy(SearchResult model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type SearchResult Modifier and Type Method Description SearchResultCollection.Builder
SearchResultCollection.Builder. items(List<SearchResult> items)
Search result set.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type SearchResult Constructor Description SearchResultCollection(Integer count, List<SearchResult> items, String query, List<FacetedSearchAggregation> facetedSearchAggregation, List<String> sortableFields)
Deprecated.
-