Interface FailedCustomVocabularyItem.Builder

    • Method Detail

      • itemId

        FailedCustomVocabularyItem.Builder itemId​(String itemId)

        The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.

        Parameters:
        itemId - The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        FailedCustomVocabularyItem.Builder errorMessage​(String errorMessage)

        The error message for the failed custom vocabulary item from the custom vocabulary list.

        Parameters:
        errorMessage - The error message for the failed custom vocabulary item from the custom vocabulary list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorCode

        FailedCustomVocabularyItem.Builder errorCode​(String errorCode)

        The unique error code for the failed custom vocabulary item from the custom vocabulary list.

        Parameters:
        errorCode - The unique error code for the failed custom vocabulary item from the custom vocabulary list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • errorCode

        FailedCustomVocabularyItem.Builder errorCode​(ErrorCode errorCode)

        The unique error code for the failed custom vocabulary item from the custom vocabulary list.

        Parameters:
        errorCode - The unique error code for the failed custom vocabulary item from the custom vocabulary list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode