public static interface NotifyRecommendationsReceivedResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<NotifyRecommendationsReceivedResponse.Builder,NotifyRecommendationsReceivedResponse>
| Modifier and Type | Method and Description |
|---|---|
NotifyRecommendationsReceivedResponse.Builder |
errors(Collection<NotifyRecommendationsReceivedError> errors)
The identifiers of recommendations that are causing errors.
|
NotifyRecommendationsReceivedResponse.Builder |
errors(Consumer<NotifyRecommendationsReceivedError.Builder>... errors)
The identifiers of recommendations that are causing errors.
|
NotifyRecommendationsReceivedResponse.Builder |
errors(NotifyRecommendationsReceivedError... errors)
The identifiers of recommendations that are causing errors.
|
NotifyRecommendationsReceivedResponse.Builder |
recommendationIds(Collection<String> recommendationIds)
The identifiers of the recommendations.
|
NotifyRecommendationsReceivedResponse.Builder |
recommendationIds(String... recommendationIds)
The identifiers of the recommendations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildNotifyRecommendationsReceivedResponse.Builder errors(Collection<NotifyRecommendationsReceivedError> errors)
The identifiers of recommendations that are causing errors.
errors - The identifiers of recommendations that are causing errors.NotifyRecommendationsReceivedResponse.Builder errors(NotifyRecommendationsReceivedError... errors)
The identifiers of recommendations that are causing errors.
errors - The identifiers of recommendations that are causing errors.NotifyRecommendationsReceivedResponse.Builder errors(Consumer<NotifyRecommendationsReceivedError.Builder>... errors)
The identifiers of recommendations that are causing errors.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) NotifyRecommendationsReceivedResponse.Builder recommendationIds(Collection<String> recommendationIds)
The identifiers of the recommendations.
recommendationIds - The identifiers of the recommendations.NotifyRecommendationsReceivedResponse.Builder recommendationIds(String... recommendationIds)
The identifiers of the recommendations.
recommendationIds - The identifiers of the recommendations.Copyright © 2022. All rights reserved.