Uses of Class
com.oracle.bmc.datacatalog.model.RecommendationType
-
Packages that use RecommendationType Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of RecommendationType in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return RecommendationType Modifier and Type Method Description static RecommendationType
RecommendationType. create(String key)
RecommendationType
RecommendationDetails. getRecommendationType()
Type of recommendation.static RecommendationType
RecommendationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecommendationType[]
RecommendationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.model with parameters of type RecommendationType Modifier and Type Method Description RecommendationDetails.Builder
RecommendationDetails.Builder. recommendationType(RecommendationType recommendationType)
Type of recommendation.Constructors in com.oracle.bmc.datacatalog.model with parameters of type RecommendationType Constructor Description RecommendationDetails(String recommendationKey, RecommendationType recommendationType, RecommendationStatus recommendationStatus, Float confidenceScore, String sourceObjectKey, String sourceObjectName, RecommendationResourceType sourceObjectType, String targetObjectKey, String targetObjectName, RecommendationResourceType targetObjectType, Map<String,Map<String,String>> properties)
Deprecated. -
Uses of RecommendationType in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return types with arguments of type RecommendationType Modifier and Type Method Description List<RecommendationType>
RecommendationsRequest. getRecommendationType()
A filter used to return only recommendations of the specified type.Methods in com.oracle.bmc.datacatalog.requests with parameters of type RecommendationType Modifier and Type Method Description RecommendationsRequest.Builder
RecommendationsRequest.Builder. recommendationType(RecommendationType singularValue)
Singular setter.Method parameters in com.oracle.bmc.datacatalog.requests with type arguments of type RecommendationType Modifier and Type Method Description RecommendationsRequest.Builder
RecommendationsRequest.Builder. recommendationType(List<RecommendationType> recommendationType)
A filter used to return only recommendations of the specified type.
-