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
내스토리의 느낌 정보를 얻을 수 있는 객체.
|
static class |
MyStoryInfo.StoryPermission
공개 범위 값
|
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() |
MyStoryInfo.StoryPermission |
getPermission() |
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 MyStoryInfo.StoryPermission getPermission()
public String getUrl()
Copyright © 2015 Kakao Corp. All rights reserved.