public class PlusFriendsResponse
extends com.kakao.network.response.JSONObjectResponse
| Modifier and Type | Field and Description |
|---|---|
static com.kakao.network.response.ResponseStringConverter<PlusFriendsResponse> |
CONVERTER |
| Constructor and Description |
|---|
PlusFriendsResponse(String stringData) |
| Modifier and Type | Method and Description |
|---|---|
List<PlusFriendInfo> |
getPlusFriends()
각 카카오톡 채널과의 요청사용자 상태 정보
|
Long |
getUserId()
요청자의 사용자 ID
|
public static final com.kakao.network.response.ResponseStringConverter<PlusFriendsResponse> CONVERTER
public PlusFriendsResponse(String stringData)
public List<PlusFriendInfo> getPlusFriends()
public Long getUserId()