Uses of Class
com.oracle.bmc.loggingsearch.model.SearchResult
-
Packages that use SearchResult Package Description com.oracle.bmc.loggingsearch.model -
-
Uses of SearchResult in com.oracle.bmc.loggingsearch.model
Methods in com.oracle.bmc.loggingsearch.model that return SearchResult Modifier and Type Method Description SearchResult
SearchResult.Builder. build()
Methods in com.oracle.bmc.loggingsearch.model that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
SearchResponse. getResults()
List of search resultsMethods in com.oracle.bmc.loggingsearch.model with parameters of type SearchResult Modifier and Type Method Description SearchResult.Builder
SearchResult.Builder. copy(SearchResult model)
Method parameters in com.oracle.bmc.loggingsearch.model with type arguments of type SearchResult Modifier and Type Method Description SearchResponse.Builder
SearchResponse.Builder. results(List<SearchResult> results)
List of search resultsConstructor parameters in com.oracle.bmc.loggingsearch.model with type arguments of type SearchResult Constructor Description SearchResponse(List<SearchResult> results, List<FieldInfo> fields, SearchResultSummary summary)
Deprecated.
-