Uses of Class
com.foxinmy.weixin4j.tuple.MpArticle
-
Packages that use MpArticle Package Description com.foxinmy.weixin4j.model.media com.foxinmy.weixin4j.tuple -
-
Uses of MpArticle in com.foxinmy.weixin4j.model.media
Methods in com.foxinmy.weixin4j.model.media that return types with arguments of type MpArticle Modifier and Type Method Description List<MpArticle>
MediaItem. getArticles()
Method parameters in com.foxinmy.weixin4j.model.media with type arguments of type MpArticle Modifier and Type Method Description void
MediaItem. setArticles(List<MpArticle> articles)
-
Uses of MpArticle in com.foxinmy.weixin4j.tuple
Methods in com.foxinmy.weixin4j.tuple that return types with arguments of type MpArticle Modifier and Type Method Description List<MpArticle>
MpNews. getArticles()
List<MpArticle>
MpNews. getFullArticles()
Methods in com.foxinmy.weixin4j.tuple with parameters of type MpArticle Modifier and Type Method Description MpNews
MpNews. addArticle(MpArticle... articles)
MpNews
MpNews. addFirstArticle(MpArticle article)
MpNews
MpNews. addLastArticle(MpArticle article)
Constructors in com.foxinmy.weixin4j.tuple with parameters of type MpArticle Constructor Description MpNews(MpArticle... articles)
群发消息 自动上传List#MpArticle得到mediaId
-