static RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.builder() |
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactions(Collection<Reaction> reactions) |
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactions(Reaction... reactions) |
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactionsWithStrings(String... reactions) |
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactionsWithStrings(Collection<String> reactions) |
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.recommendationId(String recommendationId) |
The recommendation ID that can be used to track the provided recommendations.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.toBuilder() |
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.userId(String userId) |
The ID of the user that gave the feedback.
|