Interface PagedResponse<T>

Type Parameters:
T - the data of the type which will be iterated
All Known Implementing Classes:
AkashPagedResponse

public interface PagedResponse<T>
A wrapper for paged results
  • Method Details

    • paginationInfo

      PageInfo paginationInfo()
      getter
      Returns:
      Useful information about pagination settings/options
    • results

      Iterable<T> results()
      getter
      Returns:
      the actual results. Implementation will be responsible for consuming the full result dataset