Class RecommendationsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.datacatalog.requests.RecommendationsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public class RecommendationsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datacatalog/RecommendationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RecommendationsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRecommendationsRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description RecommendationsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendationsRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetCatalogId()Unique catalog identifier.StringgetOpcRequestId()The client request ID for tracing.RecommendationStatusgetRecommendationStatus()A filter used to return only recommendations having the requested status.List<RecommendationType>getRecommendationType()A filter used to return only recommendations of the specified type.StringgetSourceObjectKey()A filter used to provide the unique identifier of the source object, for which a list of recommendations will be returned for review.RecommendationResourceTypegetSourceObjectType()A filter used to provide the type of the source object, for which a list of recommendations will be returned for review.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.RecommendationsRequest.BuildertoBuilder()Return an instance ofRecommendationsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getCatalogIdpublic String getCatalogId() Unique catalog identifier.
 - 
getRecommendationTypepublic List<RecommendationType> getRecommendationType() A filter used to return only recommendations of the specified type.
 - 
getSourceObjectKeypublic String getSourceObjectKey() A filter used to provide the unique identifier of the source object, for which a list of recommendations will be returned for review.
 - 
getSourceObjectTypepublic RecommendationResourceType getSourceObjectType() A filter used to provide the type of the source object, for which a list of recommendations will be returned for review.
 - 
getRecommendationStatuspublic RecommendationStatus getRecommendationStatus() A filter used to return only recommendations having the requested status.
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
toBuilderpublic RecommendationsRequest.Builder toBuilder() Return an instance ofRecommendationsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of RecommendationsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static RecommendationsRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-