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 theNotifyRecommendationsReceivedError.Builder avoiding the
need to create one manually via
NotifyRecommendationsReceivedError.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
NotifyRecommendationsReceivedError.Builder#errors(java.util.Collection) 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 © 2023. All rights reserved.