get With Next Total Paging Objects
open suspend override fun getWithNextTotalPagingObjects(total: Int): List<CursorBasedPagingObject<T>>(source)
Synchronously retrieve the next total paging objects associated with this PagingObjectBase, including this PagingObjectBase.
Since
3.0.0
Parameters
total
The total amount of PagingObjectBase to request, which includes this PagingObjectBase.