Interface AnnotationList


public interface AnnotationList
A List of Annotations
  • Method Details

    • getTotal

      int getTotal()
    • setTotal

      void setTotal(int total)
    • getLimit

      int getLimit()
    • setLimit

      void setLimit(int limit)
    • getOffset

      int getOffset()
    • setOffset

      void setOffset(int offset)
    • getAnnotations

      List<Annotation> getAnnotations()