public static class RecommendationCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public RecommendationCollection.Builder count(Integer count)
Total number of items returned.
count
- the value to setpublic RecommendationCollection.Builder items(List<RecommendationDetails> items)
Collection of recommendations.
items
- the value to setpublic RecommendationCollection build()
public RecommendationCollection.Builder copy(RecommendationCollection model)
Copyright © 2016–2024. All rights reserved.