public static interface BatchUpdateRecommendationStatusSuccessfulEntry.Builder extends SdkPojo, CopyableBuilder<BatchUpdateRecommendationStatusSuccessfulEntry.Builder,BatchUpdateRecommendationStatusSuccessfulEntry>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateRecommendationStatusSuccessfulEntry.Builder entryId(String entryId)
An identifier for an entry in this batch that is used to communicate the result.
The entryIds of a batch request need to be unique within a request.
entryId - An identifier for an entry in this batch that is used to communicate the result.
The entryIds of a batch request need to be unique within a request.
BatchUpdateRecommendationStatusSuccessfulEntry.Builder excludeReason(String excludeReason)
Indicates the reason for excluding an operational recommendation.
excludeReason - Indicates the reason for excluding an operational recommendation.ExcludeRecommendationReason,
ExcludeRecommendationReasonBatchUpdateRecommendationStatusSuccessfulEntry.Builder excludeReason(ExcludeRecommendationReason excludeReason)
Indicates the reason for excluding an operational recommendation.
excludeReason - Indicates the reason for excluding an operational recommendation.ExcludeRecommendationReason,
ExcludeRecommendationReasonBatchUpdateRecommendationStatusSuccessfulEntry.Builder excluded(Boolean excluded)
Indicates if the operational recommendation was successfully excluded.
excluded - Indicates if the operational recommendation was successfully excluded.BatchUpdateRecommendationStatusSuccessfulEntry.Builder item(UpdateRecommendationStatusItem item)
The operational recommendation item.
item - The operational recommendation item.default BatchUpdateRecommendationStatusSuccessfulEntry.Builder item(Consumer<UpdateRecommendationStatusItem.Builder> item)
The operational recommendation item.
This is a convenience method that creates an instance of theUpdateRecommendationStatusItem.Builder
avoiding the need to create one manually via UpdateRecommendationStatusItem.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to item(UpdateRecommendationStatusItem).
item - a consumer that will call methods on UpdateRecommendationStatusItem.Builderitem(UpdateRecommendationStatusItem)BatchUpdateRecommendationStatusSuccessfulEntry.Builder referenceId(String referenceId)
Reference identifier of the operational recommendation.
referenceId - Reference identifier of the operational recommendation.Copyright © 2023. All rights reserved.