PageImpl<T>.setNextPageLink(String nextPageLink) 方法
定义
Sets the link to the next page.
public PageImpl<T> setNextPageLink(String nextPageLink)
参数
- nextPageLink
- String
the link to the next page.
返回
PageImpl<T>
this Page object itself.