Interface ProblemDetails.Builder

    • Method Detail

      • detail

        ProblemDetails.Builder detail​(String detail)

        A human-readable explanation specific to this occurrence of the problem.

        Parameters:
        detail - A human-readable explanation specific to this occurrence of the problem.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        ProblemDetails.Builder title​(String title)

        A human-readable title of the problem type.

        Parameters:
        title - A human-readable title of the problem type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.