Package | Description |
---|---|
com.oracle.bmc.datacatalog.model | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RecommendationDetails.Builder |
RecommendationDetails.Builder.recommendationType(RecommendationType recommendationType)
Type of recommendation.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
List<RecommendationType> |
RecommendationsRequest.getRecommendationType()
A filter used to return only recommendations of the specified type.
|
Modifier and Type | Method and Description |
---|---|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.recommendationType(RecommendationType singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.recommendationType(List<RecommendationType> recommendationType)
A filter used to return only recommendations of the specified type.
|
Copyright © 2016–2025. All rights reserved.