Uses of Class
com.oracle.bmc.datacatalog.model.SuggestListItem
-
Packages that use SuggestListItem Package Description com.oracle.bmc.datacatalog.model -
-
Uses of SuggestListItem in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return SuggestListItem Modifier and Type Method Description SuggestListItemSuggestListItem.Builder. build()Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type SuggestListItem Modifier and Type Method Description List<SuggestListItem>SuggestResults. getItems()List of suggestions.Methods in com.oracle.bmc.datacatalog.model with parameters of type SuggestListItem Modifier and Type Method Description SuggestListItem.BuilderSuggestListItem.Builder. copy(SuggestListItem model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type SuggestListItem Modifier and Type Method Description SuggestResults.BuilderSuggestResults.Builder. items(List<SuggestListItem> items)List of suggestions.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type SuggestListItem Constructor Description SuggestResults(Integer totalCount, Integer searchLatencyInMs, String inputText, List<SuggestListItem> items)Deprecated.
-