Interface GetRecommendationError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GetRecommendationError.Builder,GetRecommendationError>, SdkBuilder<GetRecommendationError.Builder,GetRecommendationError>, SdkPojo
Enclosing class:
GetRecommendationError

public static interface GetRecommendationError.Builder extends SdkPojo, CopyableBuilder<GetRecommendationError.Builder,GetRecommendationError>
  • Method Details

    • identifier

      GetRecommendationError.Builder identifier(String identifier)

      The ID of the error.

      Parameters:
      identifier - The ID of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The error code.

      Parameters:
      code - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      The message, or reason, for the error.

      Parameters:
      message - The message, or reason, for the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.