|
NIMSDK-AOS
9.20.15
|
"分页查询服务器下频道类别列表"接口入参 更多...
类 | |
| class | Builder |
| QChatGetChannelCategoriesByPageParam 构造器 | |
Public 成员函数 | |
| QChatGetChannelCategoriesByPageParam (long serverId, long timeTag) | |
| QChatGetChannelCategoriesByPageParam (long serverId, long timeTag, Integer limit, QChatChannelCategorySearchSortEnum sortType, String cursor) | |
| Long | getServerId () |
| 获取服务器id 更多... | |
| Long | getTimeTag () |
| 获取查询时间戳 更多... | |
| Integer | getLimit () |
| 获取查询数量限制 更多... | |
| void | setLimit (Integer limit) |
| 设置查询数量限制,默认100 更多... | |
| QChatChannelCategorySearchSortEnum | getSortType () |
| 获取排序类型 更多... | |
| void | setSortType (QChatChannelCategorySearchSortEnum sortType) |
| 设置排序类型 更多... | |
| String | getCursor () |
| 获取分页标记 更多... | |
| void | setCursor (String cursor) |
| 设置分页标记 更多... | |
"分页查询服务器下频道类别列表"接口入参
在文件 QChatGetChannelCategoriesByPageParam.java 第 9 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.QChatGetChannelCategoriesByPageParam | ( | long | serverId, |
| long | timeTag | ||
| ) |
| serverId | 服务器Id |
| timeTag | 查询锚点时间戳,传0取当前时间戳 |
在文件 QChatGetChannelCategoriesByPageParam.java 第 45 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.QChatGetChannelCategoriesByPageParam | ( | long | serverId, |
| long | timeTag, | ||
| Integer | limit, | ||
| QChatChannelCategorySearchSortEnum | sortType, | ||
| String | cursor | ||
| ) |
| serverId | 服务器Id |
| timeTag | 查询锚点时间戳,传0取当前时间戳 |
| limit | 查询数量限制,默认100 |
| sortType | 查询排序类型,默认CreateTime |
| cursor | 分页标记,第一页不传,翻下一页传接口返回的cursor |
在文件 QChatGetChannelCategoriesByPageParam.java 第 58 行定义.
| String com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.getCursor | ( | ) |
| Integer com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.getLimit | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.getServerId | ( | ) |
| QChatChannelCategorySearchSortEnum com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.getSortType | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.getTimeTag | ( | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.setCursor | ( | String | cursor | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.setLimit | ( | Integer | limit | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.setSortType | ( | QChatChannelCategorySearchSortEnum | sortType | ) |
1.8.11