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