Interface UniqueProblem.Builder

    • Method Detail

      • message

        UniqueProblem.Builder message​(String message)

        A message about the unique problems' result.

        Parameters:
        message - A message about the unique problems' result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • problems

        UniqueProblem.Builder problems​(Collection<Problem> problems)

        Information about the problems.

        Parameters:
        problems - Information about the problems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • problems

        UniqueProblem.Builder problems​(Problem... problems)

        Information about the problems.

        Parameters:
        problems - Information about the problems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.