Uses of Class
com.foxinmy.weixin4j.model.paging.Pageable

Packages that use Pageable
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
 SettlementRecord CashApi.querySettlement(boolean status, Pageable pageable, Date start, Date end)
          查询结算资金
 

Uses of Pageable in com.foxinmy.weixin4j.model.media
 

Methods in com.foxinmy.weixin4j.model.media that return Pageable
 Pageable MediaRecord.getPageable()
           
 

Methods in com.foxinmy.weixin4j.model.media with parameters of type Pageable
 void MediaRecord.setPageable(Pageable pageable)
           
 

Uses of Pageable in com.foxinmy.weixin4j.model.paging
 

Methods in com.foxinmy.weixin4j.model.paging that return Pageable
 Pageable Pageable.first()
           
static Pageable Pageable.get()
          page=1,size=20
 Pageable Pageable.next()
           
 Pageable Pageable.previous()
           
 

Constructors in com.foxinmy.weixin4j.model.paging with parameters of type Pageable
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
 SettlementRecord WeixinPayProxy.querySettlement(boolean status, Pageable pageable, Date start, Date end)
          查询结算资金
 



Copyright © 2014–2017. All rights reserved.