Uses of Class
com.foxinmy.weixin4j.model.paging.Sort
-
Packages that use Sort Package Description com.foxinmy.weixin4j.model.paging -
-
Uses of Sort in com.foxinmy.weixin4j.model.paging
Methods in com.foxinmy.weixin4j.model.paging that return Sort Modifier and Type Method Description Sort
Pageable. getSort()
Sort
Pagedata. getSort()
Methods in com.foxinmy.weixin4j.model.paging with parameters of type Sort Modifier and Type Method Description void
Pageable. setSort(Sort sort)
Constructors in com.foxinmy.weixin4j.model.paging with parameters of type Sort Constructor Description Pageable(int page, int size, Sort sort)
-