public static interface BatchUpdateRecommendationStatusFailedEntry.Builder extends SdkPojo, CopyableBuilder<BatchUpdateRecommendationStatusFailedEntry.Builder,BatchUpdateRecommendationStatusFailedEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRecommendationStatusFailedEntry.Builder |
entryId(String entryId)
An identifier of an entry in this batch that is used to communicate the result.
|
BatchUpdateRecommendationStatusFailedEntry.Builder |
errorMessage(String errorMessage)
Indicates the error that occurred while excluding an operational recommendation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateRecommendationStatusFailedEntry.Builder entryId(String entryId)
An identifier of 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 of 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.
BatchUpdateRecommendationStatusFailedEntry.Builder errorMessage(String errorMessage)
Indicates the error that occurred while excluding an operational recommendation.
errorMessage - Indicates the error that occurred while excluding an operational recommendation.Copyright © 2023. All rights reserved.