|
NIMSDK-AOS
9.20.15
|
"查询一批accids在某个服务器身份组下存在的列表"接口入参 更多...
Public 成员函数 | |
| QChatGetExistingAccidsInServerRoleParam (@NonNull Long serverId,@NonNull Long roleId,@NonNull List< String > accids) | |
| Long | getServerId () |
| 获取服务器Id 更多... | |
| Long | getRoleId () |
| 获取服务器身份组id 更多... | |
| List< String > | getAccids () |
| 获取accid列表 更多... | |
"查询一批accids在某个服务器身份组下存在的列表"接口入参
在文件 QChatGetExistingAccidsInServerRoleParam.java 第 10 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsInServerRoleParam.QChatGetExistingAccidsInServerRoleParam | ( | @NonNull Long | serverId, |
| @NonNull Long | roleId, | ||
| @NonNull List< String > | accids | ||
| ) |
| serverId | 服务器id |
| roleId | 服务器身份组id |
| accids | accid列表 |
在文件 QChatGetExistingAccidsInServerRoleParam.java 第 34 行定义.
| List<String> com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsInServerRoleParam.getAccids | ( | ) |
获取accid列表
在文件 QChatGetExistingAccidsInServerRoleParam.java 第 60 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsInServerRoleParam.getRoleId | ( | ) |
获取服务器身份组id
在文件 QChatGetExistingAccidsInServerRoleParam.java 第 52 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsInServerRoleParam.getServerId | ( | ) |
获取服务器Id
在文件 QChatGetExistingAccidsInServerRoleParam.java 第 44 行定义.
1.8.11