Uses of Class
com.foxinmy.weixin4j.tuple.Article
-
Packages that use Article Package Description com.foxinmy.weixin4j.tuple -
-
Uses of Article in com.foxinmy.weixin4j.tuple
Methods in com.foxinmy.weixin4j.tuple that return types with arguments of type Article Modifier and Type Method Description List<Article>
News. getArticles()
List<Article>
News. getFullArticles()
Methods in com.foxinmy.weixin4j.tuple with parameters of type Article Modifier and Type Method Description News
News. addArticle(Article... articles)
News
News. addFirstArticle(Article article)
void
News. addLastArticle(Article article)
-