Package cloud.quasarch.akash.impl.model
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 Summary
-
Method Details
-
paginationInfo
PageInfo paginationInfo()getter- Returns:
- Useful information about pagination settings/options
-
results
getter- Returns:
- the actual results. Implementation will be responsible for consuming the full result dataset
-