package com.kakao.kakaotalk
public class ChatListContext
extends com.kakao.auth.common.PageableContext
Modifier and Type | Method and Description |
---|---|
static ChatListContext |
createContext(ChatFilterBuilder filterBuilder,
int fromId,
int limit,
String order) |
String |
getFilterString()
채팅방 리스트 filter.
|
int |
getFromId()
가져올 챗방 리스트의 시작 offset
|
int |
getLimit()
한 페이지에 가져올 챗방의 수.
|
String |
getOrder()
챗방리스트 정렬방법.
|
public static ChatListContext createContext(ChatFilterBuilder filterBuilder, int fromId, int limit, String order)
public String getFilterString()
public int getFromId()
public int getLimit()
public String getOrder()