Uses of Class
com.foxinmy.weixin4j.model.paging.Pageable
-
Packages that use Pageable Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.model.media com.foxinmy.weixin4j.model.paging com.foxinmy.weixin4j.payment -
-
Uses of Pageable in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.api with parameters of type Pageable Modifier and Type Method Description SettlementRecord
CashApi. querySettlement(boolean status, Pageable pageable, Date start, Date end)
Deprecated.查询结算资金 -
Uses of Pageable in com.foxinmy.weixin4j.model.media
Methods in com.foxinmy.weixin4j.model.media that return Pageable Modifier and Type Method Description Pageable
MediaRecord. getPageable()
Methods in com.foxinmy.weixin4j.model.media with parameters of type Pageable Modifier and Type Method Description void
MediaRecord. setPageable(Pageable pageable)
-
Uses of Pageable in com.foxinmy.weixin4j.model.paging
Methods in com.foxinmy.weixin4j.model.paging that return Pageable Modifier and Type Method Description Pageable
Pageable. first()
static Pageable
Pageable. get()
page=1,size=20Pageable
Pageable. next()
Pageable
Pageable. previous()
Constructors in com.foxinmy.weixin4j.model.paging with parameters of type Pageable Constructor Description Pagedata(Pageable pageable, int total, List<T> content)
-
Uses of Pageable in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment with parameters of type Pageable Modifier and Type Method Description SettlementRecord
WeixinPayProxy. querySettlement(boolean status, Pageable pageable, Date start, Date end)
Deprecated.查询结算资金
-