public class ChatListResponse
extends com.kakao.network.response.JSONObjectResponse
KakaoTalkService.requestChatRoomList(TalkResponseCallback, ChatListContext)
API의 응답 클래스.
Response class for KakaoTalkService.requestChatRoomList(TalkResponseCallback, ChatListContext)
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.ResponseStringConverter<ChatListResponse> |
CONVERTER |
Modifier and Type | Method and Description |
---|---|
String |
getAfterUrl()
Paging된 요청 중 다음 요청의 url
|
String |
getBeforeUrl()
Paging된 요청 중 전 요청의 url
|
List<ChatInfo> |
getChatInfoList() |
int |
getTotalCount()
총 챗방 갯수
|
void |
merge(ChatListResponse response)
paging된 chat list정보를 모은다.
|
String |
toString() |
public static final com.kakao.network.response.ResponseStringConverter<ChatListResponse> CONVERTER
public String getAfterUrl()
public String getBeforeUrl()
public int getTotalCount()
public void merge(ChatListResponse response)
response
- 기존에 paging되어 받아온 response에 merge시킬 ChatList 정보.