Uses of Class
net.daum.dna.api.vo.cafe.CafeRecentArticle

Packages that use CafeRecentArticle
net.daum.dna.api.vo.cafe '카페'의 출력변수(Response Element)들과 관련되어있는 클래스들을 제공합니다. 
 

Uses of CafeRecentArticle in net.daum.dna.api.vo.cafe
 

Methods in net.daum.dna.api.vo.cafe that return CafeRecentArticle
 CafeRecentArticle CafeRecentArticles.getRecentArticle(int index)
          recent article 객체를 가져온다.
 

Methods in net.daum.dna.api.vo.cafe that return types with arguments of type CafeRecentArticle
 java.util.List<CafeRecentArticle> CafeRecentArticles.getRecentArticles()
          recent articles 객체를 가져온다.
 

Methods in net.daum.dna.api.vo.cafe with parameters of type CafeRecentArticle
 void CafeRecentArticles.setRecentArticle(CafeRecentArticle cafeRecentArticle)
          recent article 객체를 입력한다.
 

Method parameters in net.daum.dna.api.vo.cafe with type arguments of type CafeRecentArticle
 void CafeRecentArticles.setRecentArticles(java.util.List<CafeRecentArticle> cafeRecentArticles)
          recent articles 객체를 입력한다.
 

Constructor parameters in net.daum.dna.api.vo.cafe with type arguments of type CafeRecentArticle
CafeRecentArticles(int totalSize, java.util.List<CafeRecentArticle> cafeRecentArticles)
          Class 인스턴스화