public static class FriendInfo.FriendRelation extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<FriendInfo.FriendRelation> |
CONVERTER |
static Parcelable.Creator<FriendInfo.FriendRelation> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
FriendRelation(JSONObject body) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object object) |
boolean |
isStoryFriend()
친구와 내가 스토리 친구인지 여부.
|
boolean |
isTalkFriend()
친구와 내가 톡친구인지 여부
|
String |
toString() |
void |
writeToParcel(Parcel parcel,
int i) |
public static final com.kakao.network.response.JSONObjectConverter<FriendInfo.FriendRelation> CONVERTER
public static final Parcelable.Creator<FriendInfo.FriendRelation> CREATOR
public FriendRelation(JSONObject body)
public int describeContents()
describeContents
in interface Parcelable
public boolean isStoryFriend() throws FriendInfo.NotAvailableOperationException
FriendInfo.NotAvailableOperationException
public boolean isTalkFriend() throws FriendInfo.NotAvailableOperationException
FriendInfo.NotAvailableOperationException
public void writeToParcel(Parcel parcel, int i)
writeToParcel
in interface Parcelable