Uses of Class
com.oracle.bmc.datacatalog.model.RecommendationDetails
-
Packages that use RecommendationDetails Package Description com.oracle.bmc.datacatalog.model -
-
Uses of RecommendationDetails in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return RecommendationDetails Modifier and Type Method Description RecommendationDetails
RecommendationDetails.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type RecommendationDetails Modifier and Type Method Description List<RecommendationDetails>
RecommendationCollection. getItems()
Collection of recommendations.Methods in com.oracle.bmc.datacatalog.model with parameters of type RecommendationDetails Modifier and Type Method Description RecommendationDetails.Builder
RecommendationDetails.Builder. copy(RecommendationDetails model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type RecommendationDetails Modifier and Type Method Description RecommendationCollection.Builder
RecommendationCollection.Builder. items(List<RecommendationDetails> items)
Collection of recommendations.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type RecommendationDetails Constructor Description RecommendationCollection(Integer count, List<RecommendationDetails> items)
Deprecated.
-