Package com.oracle.bmc.datacatalog.model
Class RecommendationCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.RecommendationCollection.Builder
-
- Enclosing class:
- RecommendationCollection
public static class RecommendationCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecommendationCollection
build()
RecommendationCollection.Builder
copy(RecommendationCollection model)
RecommendationCollection.Builder
count(Integer count)
Total number of items returned.RecommendationCollection.Builder
items(List<RecommendationDetails> items)
Collection of recommendations.
-
-
-
Method Detail
-
count
public RecommendationCollection.Builder count(Integer count)
Total number of items returned.- Parameters:
count
- the value to set- Returns:
- this builder
-
items
public RecommendationCollection.Builder items(List<RecommendationDetails> items)
Collection of recommendations.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public RecommendationCollection build()
-
copy
public RecommendationCollection.Builder copy(RecommendationCollection model)
-
-