Uses of Class
com.foxinmy.weixin4j.response.NewsResponse.Article
-
Packages that use NewsResponse.Article Package Description com.foxinmy.weixin4j.response -
-
Uses of NewsResponse.Article in com.foxinmy.weixin4j.response
Methods in com.foxinmy.weixin4j.response that return NewsResponse.Article Modifier and Type Method Description NewsResponse.Article
NewsResponse. removeFirstArticle()
NewsResponse.Article
NewsResponse. removeLastArticle()
Methods in com.foxinmy.weixin4j.response that return types with arguments of type NewsResponse.Article Modifier and Type Method Description List<NewsResponse.Article>
NewsResponse. getArticleList()
Methods in com.foxinmy.weixin4j.response with parameters of type NewsResponse.Article Modifier and Type Method Description void
NewsResponse. pushArticle(NewsResponse.Article article)
void
NewsResponse. pushFirstArticle(NewsResponse.Article article)
void
NewsResponse. pushLastArticle(NewsResponse.Article article)
Constructors in com.foxinmy.weixin4j.response with parameters of type NewsResponse.Article Constructor Description NewsResponse(NewsResponse.Article article)
Constructor parameters in com.foxinmy.weixin4j.response with type arguments of type NewsResponse.Article Constructor Description NewsResponse(List<NewsResponse.Article> articleList)
-