Uses of Class
net.daum.dna.api.vo.blog.BlogRSS

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

Uses of BlogRSS in net.daum.dna.api.vo.blog
 

Methods in net.daum.dna.api.vo.blog that return BlogRSS
 BlogRSS BlogRSSes.getRss(int index)
          RSS를 반환한다.
 

Methods in net.daum.dna.api.vo.blog that return types with arguments of type BlogRSS
 java.util.List<BlogRSS> BlogRSSes.getRsses()
          RSS 목록을 반환다.
 

Methods in net.daum.dna.api.vo.blog with parameters of type BlogRSS
 void BlogRSSes.addRss(BlogRSS rss)
          RSS를 넣는다.
 

Method parameters in net.daum.dna.api.vo.blog with type arguments of type BlogRSS
 void BlogRSSes.setRsses(java.util.List<BlogRSS> rsses)
          RSS 목록을 넣는다.
 

Constructor parameters in net.daum.dna.api.vo.blog with type arguments of type BlogRSS
BlogRSSes(int status, java.util.List<BlogRSS> rsses)
          RSSes 객체를 생성하고 parameter값으로 초기화한다.