Interface Summary.Builder

    • Method Detail

      • name

        Summary.Builder name​(String name)

        The finding classification of the recommendation.

        Parameters:
        name - The finding classification of the recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Finding, Finding
      • name

        Summary.Builder name​(Finding name)

        The finding classification of the recommendation.

        Parameters:
        name - The finding classification of the recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Finding, Finding
      • value

        Summary.Builder value​(Double value)

        The value of the recommendation summary.

        Parameters:
        value - The value of the recommendation summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reasonCodeSummaries

        Summary.Builder reasonCodeSummaries​(Collection<ReasonCodeSummary> reasonCodeSummaries)

        An array of objects that summarize a finding reason code.

        Parameters:
        reasonCodeSummaries - An array of objects that summarize a finding reason code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reasonCodeSummaries

        Summary.Builder reasonCodeSummaries​(ReasonCodeSummary... reasonCodeSummaries)

        An array of objects that summarize a finding reason code.

        Parameters:
        reasonCodeSummaries - An array of objects that summarize a finding reason code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.