Package com.sap.ai.sdk.grounding.model
Interface DataRepositorySearchResults.Builder
- Enclosing class:
DataRepositorySearchResults
public static interface DataRepositorySearchResults.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DataRepositorySearchResultsresults(ResultsInner2... results) Set the results of thisDataRepositorySearchResultsinstance.results(List<ResultsInner2> results) Set the results of thisDataRepositorySearchResultsinstance.
-
Method Details
-
results
Set the results of thisDataRepositorySearchResultsinstance.- Parameters:
results- List of returned results.- Returns:
- The DataRepositorySearchResults instance.
-
results
Set the results of thisDataRepositorySearchResultsinstance.- Parameters:
results- List of returned results.- Returns:
- The DataRepositorySearchResults instance.
-