public class AppFriendInfo extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<AppFriendInfo> |
CONVERTER |
static android.os.Parcelable.Creator<AppFriendInfo> |
CREATOR
Below are codes related to Parcelable implementation.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object obj) |
long |
getId()
App user id
|
String |
getProfileNickname()
친구의 대표 프로필 닉네임.
|
String |
getProfileThumbnailImage()
친구의 썸네일 이미지
|
String |
getUUID()
해당 앱에서 유일한 친구의 code
|
OptionalBoolean |
isFavorite()
즐겨찾기된 친구인지 여부.
|
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final com.kakao.network.response.JSONObjectConverter<AppFriendInfo> CONVERTER
public static final android.os.Parcelable.Creator<AppFriendInfo> CREATOR
public int describeContents()
describeContents
in interface android.os.Parcelable
public long getId()
public String getProfileNickname()
public String getProfileThumbnailImage()
public String getUUID()
@NonNull public OptionalBoolean isFavorite()
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable