Uses of Class
com.oracle.bmc.datacatalog.model.SearchResultCollection
-
Packages that use SearchResultCollection Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.responses -
-
Uses of SearchResultCollection in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return SearchResultCollection Modifier and Type Method Description SearchResultCollection
SearchResultCollection.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type SearchResultCollection Modifier and Type Method Description SearchResultCollection.Builder
SearchResultCollection.Builder. copy(SearchResultCollection model)
-
Uses of SearchResultCollection in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return SearchResultCollection Modifier and Type Method Description SearchResultCollection
SearchCriteriaResponse. getSearchResultCollection()
The returned SearchResultCollection instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type SearchResultCollection Modifier and Type Method Description SearchCriteriaResponse.Builder
SearchCriteriaResponse.Builder. searchResultCollection(SearchResultCollection searchResultCollection)
The returned SearchResultCollection instance.
-