Interface BadRequestDetail.Builder

    • Method Detail

      • codeErrors

        BadRequestDetail.Builder codeErrors​(Collection<CodeError> codeErrors)

        Contains the list of errors in the request.

        Parameters:
        codeErrors - Contains the list of errors in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codeErrors

        BadRequestDetail.Builder codeErrors​(CodeError... codeErrors)

        Contains the list of errors in the request.

        Parameters:
        codeErrors - Contains the list of errors in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.