public class MyStoryInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MyStoryInfo.MyStoryImageInfo
내스토리의 이미지를 크기별로 얻을 수 있는 객체.
|
static class |
MyStoryInfo.StoryActor |
static class |
MyStoryInfo.StoryComment |
static class |
MyStoryInfo.StoryLike |
Constructor and Description |
---|
MyStoryInfo() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCommentCount() |
MyStoryInfo.StoryComment[] |
getComments() |
String |
getContent() |
String |
getCreatedAt() |
String |
getId() |
Integer |
getLikeCount() |
MyStoryInfo.StoryLike[] |
getLikes() |
MyStoryInfo.MyStoryImageInfo[] |
getMedias() |
KakaoStoryService.StoryType |
getMediaType() |
String |
getUrl() |
String |
toString() |
public Integer getCommentCount()
public MyStoryInfo.StoryComment[] getComments()
public String getContent()
public String getCreatedAt()
public String getId()
public Integer getLikeCount()
public MyStoryInfo.StoryLike[] getLikes()
public MyStoryInfo.MyStoryImageInfo[] getMedias()
KakaoStoryService.StoryType.PHOTO
스토리에 한해 이미지 파일 URL listpublic KakaoStoryService.StoryType getMediaType()
public String getUrl()
Copyright © 2014 Kakao Corp. All rights reserved.