|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlogArticlesItem | |
---|---|
net.daum.dna.api.vo.blog | '블로그'의 출력변수(Response Element)들과 관련되어있는 클래스들을 제공합니다. |
Uses of BlogArticlesItem in net.daum.dna.api.vo.blog |
---|
Methods in net.daum.dna.api.vo.blog that return BlogArticlesItem | |
---|---|
BlogArticlesItem |
BlogArticles.getArticle(int index)
아티클 리스트에서 특정한 아티클을 반환합니다. |
Methods in net.daum.dna.api.vo.blog that return types with arguments of type BlogArticlesItem | |
---|---|
java.util.List<BlogArticlesItem> |
BlogArticles.getArticles()
아티클 정보를 가지고 있는 아티클 리스트를 반환합니다. |
Methods in net.daum.dna.api.vo.blog with parameters of type BlogArticlesItem | |
---|---|
void |
BlogArticles.addArticle(BlogArticlesItem article)
아티클 리스트에 아티클을 추가합니다. |
Method parameters in net.daum.dna.api.vo.blog with type arguments of type BlogArticlesItem | |
---|---|
void |
BlogArticles.setArticles(java.util.List<BlogArticlesItem> articles)
아티클 정보를 가지고 있는 아티클 리스트 넣습니다. |
Constructor parameters in net.daum.dna.api.vo.blog with type arguments of type BlogArticlesItem | |
---|---|
BlogArticles(java.lang.Integer status,
java.lang.Integer totalCount,
java.lang.Integer maxNo,
java.lang.Integer minNo,
java.lang.String maxDate,
java.lang.String minDate,
java.util.List<BlogArticlesItem> articles)
Articles 객체를 생성하고 parameter값으로 초기화한다. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |