Interface AnnotationReadResponse


public interface AnnotationReadResponse
  • Method Details

    • getResultCount

      long getResultCount()
      Retrieves the total number of annotations found by the read request.
      Returns:
      the total number of annotations found by the read request
    • streamResults

      Stream<Annotation> streamResults()
      Returns a Stream of the requested Annotations. If a particular annotation requested by ID is not found, it will not be included in the stream.
      Returns:
      the Stream of Annotations