public static interface FailedCustomVocabularyItem.Builder extends SdkPojo, CopyableBuilder<FailedCustomVocabularyItem.Builder,FailedCustomVocabularyItem>
| Modifier and Type | Method and Description |
|---|---|
FailedCustomVocabularyItem.Builder |
errorCode(ErrorCode errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
|
FailedCustomVocabularyItem.Builder |
errorCode(String errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
|
FailedCustomVocabularyItem.Builder |
errorMessage(String errorMessage)
The error message for the failed custom vocabulary item from the custom vocabulary list.
|
FailedCustomVocabularyItem.Builder |
itemId(String itemId)
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailedCustomVocabularyItem.Builder itemId(String itemId)
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
itemId - The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.FailedCustomVocabularyItem.Builder errorMessage(String errorMessage)
The error message for the failed custom vocabulary item from the custom vocabulary list.
errorMessage - The error message for the failed custom vocabulary item from the custom vocabulary list.FailedCustomVocabularyItem.Builder errorCode(String errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
FailedCustomVocabularyItem.Builder errorCode(ErrorCode errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
Copyright © 2023. All rights reserved.