public class KakaoStoryProfile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KakaoStoryProfile.BirthdayType
카카오스토리의 생일 타입
|
Modifier and Type | Method and Description |
---|---|
String |
getBgImageURL()
480px * 480px ~ 1024px * 1024px 크기의 카카오스토리 배경 이미지 URL
|
String |
getBirthday()
카카오스토리 생일 MMdd 형태
|
Calendar |
getBirthdayCalendar()
카카오스토리 생일을 Calendar 타입
|
KakaoStoryProfile.BirthdayType |
getBirthdayType()
카카오스토리 생일 타입.
|
String |
getNickName()
카카오스토리 별명
|
String |
getProfileImageURL()
480px * 480px ~ 1024px * 1024px 크기의 카카오스토리 프로필 이미지 URL
|
String |
getThumbnailURL()
160px * 160px 크기의 카카오스토리 썸네일 프로필 이미지 URL
|
void |
setBirthday(String birthday)
jackson에서 객체를 만들 때 사용한다.
|
String |
toString()
각 정보를 string으로 표현하여 반환한다.
|
public String getBgImageURL()
public String getBirthday()
public Calendar getBirthdayCalendar()
public KakaoStoryProfile.BirthdayType getBirthdayType()
public String getNickName()
public String getProfileImageURL()
public String getThumbnailURL()
public void setBirthday(String birthday)
birthday
- MMdd 형태의 생일 string 값Copyright © 2014 Kakao Corp. All rights reserved.