Package com.oracle.bmc.datacatalog.model
Class SuggestResults.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.SuggestResults.Builder
 
- 
- Enclosing class:
- SuggestResults
 
 public static class SuggestResults.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SuggestResultsbuild()SuggestResults.Buildercopy(SuggestResults model)SuggestResults.BuilderinputText(String inputText)Input string for which the potential matches are computed.SuggestResults.Builderitems(List<SuggestListItem> items)List of suggestions.SuggestResults.BuildersearchLatencyInMs(Integer searchLatencyInMs)Time taken to compute the result, in milliseconds.SuggestResults.BuildertotalCount(Integer totalCount)Total number of items returned.
 
- 
- 
- 
Method Detail- 
totalCountpublic SuggestResults.Builder totalCount(Integer totalCount) Total number of items returned.- Parameters:
- totalCount- the value to set
- Returns:
- this builder
 
 - 
searchLatencyInMspublic SuggestResults.Builder searchLatencyInMs(Integer searchLatencyInMs) Time taken to compute the result, in milliseconds.- Parameters:
- searchLatencyInMs- the value to set
- Returns:
- this builder
 
 - 
inputTextpublic SuggestResults.Builder inputText(String inputText) Input string for which the potential matches are computed.- Parameters:
- inputText- the value to set
- Returns:
- this builder
 
 - 
itemspublic SuggestResults.Builder items(List<SuggestListItem> items) List of suggestions.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic SuggestResults build() 
 - 
copypublic SuggestResults.Builder copy(SuggestResults model) 
 
- 
 
-