Uses of Class
com.foxinmy.weixin4j.response.NewsResponse.Article

Packages that use NewsResponse.Article
com.foxinmy.weixin4j.response   
 

Uses of NewsResponse.Article in com.foxinmy.weixin4j.response
 

Methods in com.foxinmy.weixin4j.response that return NewsResponse.Article
 NewsResponse.Article NewsResponse.removeFirstArticle()
           
 NewsResponse.Article NewsResponse.removeLastArticle()
           
 

Methods in com.foxinmy.weixin4j.response that return types with arguments of type NewsResponse.Article
 List<NewsResponse.Article> NewsResponse.getArticleList()
           
 

Methods in com.foxinmy.weixin4j.response with parameters of type NewsResponse.Article
 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
NewsResponse(NewsResponse.Article article)
           
 

Constructor parameters in com.foxinmy.weixin4j.response with type arguments of type NewsResponse.Article
NewsResponse(List<NewsResponse.Article> articleList)
           
 



Copyright © 2014–2017. All rights reserved.