Class PageResponse<R extends IntRestResponse>


  • public class PageResponse<R extends IntRestResponse>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PageResponse​(int count, java.util.List<R> items)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCount()  
      java.util.List<R> getItems()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageResponse

        public PageResponse​(int count,
                            java.util.List<R> items)
    • Method Detail

      • getCount

        public int getCount()
      • getItems

        public java.util.List<R> getItems()