public class ProfileResponse
extends com.kakao.network.response.JSONObjectResponse
Modifier and Type | Class and Description |
---|---|
static class |
ProfileResponse.BirthdayType
카카오스토리의 생일 타입
|
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.ResponseStringConverter<ProfileResponse> |
CONVERTER |
Constructor and Description |
---|
ProfileResponse(String stringData) |
Modifier and Type | Method and Description |
---|---|
String |
getBgImageURL()
Deprecated.
|
String |
getBirthday()
Deprecated.
|
Calendar |
getBirthdayCalendar()
Deprecated.
|
ProfileResponse.BirthdayType |
getBirthdayType()
Deprecated.
|
String |
getNickName()
Deprecated.
|
String |
getPermalink()
Deprecated.
|
StoryProfile |
getProfile() |
String |
getProfileImageURL()
Deprecated.
|
String |
getThumbnailURL()
Deprecated.
|
String |
toString()
각 정보를 string으로 표현하여 반환한다.
|
public static final com.kakao.network.response.ResponseStringConverter<ProfileResponse> CONVERTER
public ProfileResponse(String stringData) throws com.kakao.network.response.ResponseBody.ResponseBodyException
com.kakao.network.response.ResponseBody.ResponseBodyException
@Deprecated public String getBgImageURL()
@Deprecated public String getBirthday()
@Deprecated public Calendar getBirthdayCalendar()
@Deprecated public ProfileResponse.BirthdayType getBirthdayType()
@Deprecated public String getNickName()
@Deprecated public String getPermalink()
public StoryProfile getProfile()
@Deprecated public String getProfileImageURL()
@Deprecated public String getThumbnailURL()