Interface HasNotes

    • Method Detail

      • getNotes

        List<Note> getNotes()
        The notes of a conclusion resource.
        Returns:
        The notes of a conclusion resource.
      • setNotes

        void setNotes​(List<Note> notes)
        The notes of a conclusion resource.
        Parameters:
        notes - The notes of a conclusion resource.