Interface Page<T>


public interface Page<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
  • Method Details

    • getContent

      List<T> getContent()
    • getTotalItems

      int getTotalItems()