Package tech.ailef.dbadmin.external.dto
Class PaginatedResult<T>
java.lang.Object
tech.ailef.dbadmin.external.dto.PaginatedResult<T>
A wrapper class that holds info about the current pagination and one page
of returned result.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PaginatedResult
-
-
Method Details
-
getPagination
-
getResults
-
isEmpty
public boolean isEmpty() -
getNumberOfResults
public int getNumberOfResults()
-