|
NIMSDK-AOS
9.20.15
|
"批量查询频道分组黑白名单身份组"接口入参 更多...
Public 成员函数 | |
| QChatGetExistingChannelCategoryBlackWhiteRolesParam (@NonNull Long serverId,@NonNull Long categoryId,@NonNull QChatChannelBlackWhiteType type,@NonNull List< Long > roleIds) | |
| Long | getServerId () |
| 获取服务器id 更多... | |
| Long | getCategoryId () |
| 获取频道分组id 更多... | |
| QChatChannelBlackWhiteType | getType () |
| 获取黑白名单类型 更多... | |
| List< Long > | getRoleIds () |
| 获取身份组Id列表 更多... | |
"批量查询频道分组黑白名单身份组"接口入参
在文件 QChatGetExistingChannelCategoryBlackWhiteRolesParam.java 第 10 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteRolesParam.QChatGetExistingChannelCategoryBlackWhiteRolesParam | ( | @NonNull Long | serverId, |
| @NonNull Long | categoryId, | ||
| @NonNull QChatChannelBlackWhiteType | type, | ||
| @NonNull List< Long > | roleIds | ||
| ) |
| serverId | 服务器id |
| categoryId | 频道分组id |
| type | 黑白名单类型 |
| roleIds | 身份组Id列表,一次最多100个 |
在文件 QChatGetExistingChannelCategoryBlackWhiteRolesParam.java 第 39 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteRolesParam.getCategoryId | ( | ) |
| List<Long> com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteRolesParam.getRoleIds | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteRolesParam.getServerId | ( | ) |
| QChatChannelBlackWhiteType com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteRolesParam.getType | ( | ) |
1.8.11