|
NIMSDK-AOS
9.20.15
|
"查询一批accids中存在服务器身份组的列表"接口入参 更多...
Public 成员函数 | |
| QChatGetExistingAccidsOfMemberRolesParam (@NonNull Long serverId,@NonNull Long channelId,@NonNull List< String > accids) | |
| Long | getServerId () |
| 获取服务器Id 更多... | |
| Long | getChannelId () |
| 获取频道Id 更多... | |
| List< String > | getAccids () |
| 获取accid列表 更多... | |
| String | toString () |
"查询一批accids中存在服务器身份组的列表"接口入参
在文件 QChatGetExistingAccidsOfMemberRolesParam.java 第 10 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsOfMemberRolesParam.QChatGetExistingAccidsOfMemberRolesParam | ( | @NonNull Long | serverId, |
| @NonNull Long | channelId, | ||
| @NonNull List< String > | accids | ||
| ) |
| serverId | 服务器id |
| channelId | 频道id |
| accids | accid列表 |
在文件 QChatGetExistingAccidsOfMemberRolesParam.java 第 36 行定义.
| List<String> com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsOfMemberRolesParam.getAccids | ( | ) |
获取accid列表
在文件 QChatGetExistingAccidsOfMemberRolesParam.java 第 62 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsOfMemberRolesParam.getChannelId | ( | ) |
获取频道Id
在文件 QChatGetExistingAccidsOfMemberRolesParam.java 第 54 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsOfMemberRolesParam.getServerId | ( | ) |
获取服务器Id
在文件 QChatGetExistingAccidsOfMemberRolesParam.java 第 46 行定义.
| String com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsOfMemberRolesParam.toString | ( | ) |
在文件 QChatGetExistingAccidsOfMemberRolesParam.java 第 67 行定义.
1.8.11