Interface BatchUpdateRecommendationStatusFailedEntry.Builder

    • Method Detail

      • entryId

        BatchUpdateRecommendationStatusFailedEntry.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        BatchUpdateRecommendationStatusFailedEntry.Builder errorMessage​(String errorMessage)

        Indicates the error that occurred while excluding an operational recommendation.

        Parameters:
        errorMessage - Indicates the error that occurred while excluding an operational recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.