getWithNextItems

suspend fun getWithNextItems(total: Int): List<T?>(source)

Retrieve the items associated with the next total paging objects associated with this rest action, including the current one.

Since

3.0.0

Parameters

total

The total amount of PagingObjectBase to request, including the PagingObjectBase associated with the current request.