Interface RelatedObservations.Builder

    • Method Detail

      • observationList

        RelatedObservations.Builder observationList​(Collection<Observation> observationList)

        The list of observations related to the problem.

        Parameters:
        observationList - The list of observations related to the problem.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • observationList

        RelatedObservations.Builder observationList​(Observation... observationList)

        The list of observations related to the problem.

        Parameters:
        observationList - The list of observations related to the problem.
        Returns:
        Returns a reference to this object so that method calls can be chained together.