Uses of Class
com.foxinmy.weixin4j.model.paging.Pagedata
-
Packages that use Pagedata Package Description com.foxinmy.weixin4j.model.media com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.wxa.api APIs. -
-
Uses of Pagedata in com.foxinmy.weixin4j.model.media
Methods in com.foxinmy.weixin4j.model.media that return Pagedata Modifier and Type Method Description Pagedata<MediaItem>
MediaRecord. getPagedata()
-
Uses of Pagedata in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp that return Pagedata Modifier and Type Method Description Pagedata<ArticleComment>
WeixinProxy. listArticleComments(Pageable page, ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表 -
Uses of Pagedata in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return Pagedata Modifier and Type Method Description Pagedata<Device>
ShakeAroundApi. deviceSearchDevices(int pageSize)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息。 按照分页信息查询设备Pagedata<Device>
ShakeAroundApi. deviceSearchDevices(int lastDeviceId, int pageSize)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 根据上次查询的最后的设备编号按照分页查询Pagedata<Device>
ShakeAroundApi. deviceSearchDevicesByApplyId(Integer applyId, int pageSize)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 分页获取设备id下的前多少设备Pagedata<Device>
ShakeAroundApi. deviceSearchDevicesByApplyId(Integer applyId, int lastDeviceId, int pageSize)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 分页获取设备id下的根据上次查询的最后的设备编号前多少设备Pagedata<ArticleComment>
CommentApi. listArticleComments(Pageable page, ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表 -
Uses of Pagedata in com.foxinmy.weixin4j.wxa.api
Methods in com.foxinmy.weixin4j.wxa.api that return Pagedata Modifier and Type Method Description Pagedata<Template>
TemplateApi. getTemplatesInLibrary(Pageable pageable)
获取小程序模板库标题列表
-