get With Next Total Paging Objects Rest Action
fun getWithNextTotalPagingObjectsRestAction(total: Int): SpotifyRestAction<List<Z>>
Content copied to clipboard
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.
Sources
common source
Link copied to clipboard