public class PlusFriendInfo extends Object
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<PlusFriendInfo> |
CONVERTER |
Modifier and Type | Method and Description |
---|---|
String |
getEncodedId()
encoded plus friend id (ex.
|
PlusFriendRelation |
getRelation()
카카오톡 채널과의 관계.
|
String |
getUpdatedAt()
relation 변경 시각 (현재는 ADDED 상태의 친구 추가시각만 의미)
RFC3339 internet date/time format
(yyyy-mm-dd'T'HH:mm:ss'Z', yyyy-mm-dd'T'HH:mm:ss'+'HH:mm, yyyy-mm-dd'T'HH:mm:ss'-'HH:mm 가능)
|
String |
getUuid()
plus friend uuid
|
String |
toString() |
public static final com.kakao.network.response.JSONObjectConverter<PlusFriendInfo> CONVERTER
public String getEncodedId()
public PlusFriendRelation getRelation()
PlusFriendRelation
public String getUpdatedAt()
public String getUuid()