Uses of Class
com.foxinmy.weixin4j.model.paging.Pageable
-
-
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.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type Pageable Modifier and Type Method Description Pagedata<ArticleComment>
WeixinProxy. listArticleComments(Pageable page, ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表MediaRecord
WeixinProxy. listMaterialMedia(MediaType mediaType, Pageable pageable)
获取媒体素材记录列表 -
Uses of Pageable in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type Pageable Modifier and Type Method Description Pagedata<ArticleComment>
CommentApi. listArticleComments(Pageable page, ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表MediaRecord
MediaApi. listMaterialMedia(MediaType mediaType, Pageable pageable)
获取媒体素材记录列表 -
Uses of Pageable in com.foxinmy.weixin4j.pay
Methods in com.foxinmy.weixin4j.pay with parameters of type Pageable Modifier and Type Method Description SettlementRecord
WeixinPayProxy. querySettlement(boolean status, Pageable pageable, Date start, Date end)
查询结算资金 -
Uses of Pageable in com.foxinmy.weixin4j.pay.api
Methods in com.foxinmy.weixin4j.pay.api with parameters of type Pageable Modifier and Type Method Description SettlementRecord
CashApi. querySettlement(boolean status, Pageable pageable, Date start, Date end)
查询结算资金 -
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.查询结算资金 -
Uses of Pageable in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy with parameters of type Pageable Modifier and Type Method Description MediaRecord
WeixinProxy. listMaterialMedia(int agentid, MediaType mediaType, Pageable pageable)
获取媒体素材记录列表 -
Uses of Pageable in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api with parameters of type Pageable Modifier and Type Method Description MediaRecord
MediaApi. listMaterialMedia(int agentid, MediaType mediaType, Pageable pageable)
获取媒体素材记录列表 -
Uses of Pageable in com.foxinmy.weixin4j.wxa.api
Methods in com.foxinmy.weixin4j.wxa.api with parameters of type Pageable Modifier and Type Method Description List<Template>
TemplateApi. getTemplates(Pageable pageable)
获取帐号下已存在的模板列表Pagedata<Template>
TemplateApi. getTemplatesInLibrary(Pageable pageable)
获取小程序模板库标题列表
-