public static class RecommendationCount.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecommendationCount |
build() |
RecommendationCount.Builder |
copy(RecommendationCount model) |
RecommendationCount.Builder |
count(Integer count)
The count of recommendations.
|
RecommendationCount.Builder |
importance(Importance importance)
The level of importance assigned to the recommendation.
|
public RecommendationCount.Builder importance(Importance importance)
The level of importance assigned to the recommendation.
importance
- the value to setpublic RecommendationCount.Builder count(Integer count)
The count of recommendations.
count
- the value to setpublic RecommendationCount build()
public RecommendationCount.Builder copy(RecommendationCount model)
Copyright © 2016–2024. All rights reserved.