NIMSDK-AOS
9.20.10
|
"批量查询黑白名单身份组成员"接口入参 更多...
Public 成员函数 | |
QChatGetExistingChannelBlackWhiteMembersParam (@NonNull Long serverId,@NonNull Long channelId,@NonNull QChatChannelBlackWhiteType type,@NonNull List< String > accids) | |
Long | getServerId () |
获取服务器id 更多... | |
Long | getChannelId () |
获取频道id 更多... | |
QChatChannelBlackWhiteType | getType () |
获取黑白名单类型 更多... | |
List< String > | getAccids () |
获取accid列表 更多... | |
"批量查询黑白名单身份组成员"接口入参
在文件 QChatGetExistingChannelBlackWhiteMembersParam.java 第 12 行定义.
com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteMembersParam.QChatGetExistingChannelBlackWhiteMembersParam | ( | @NonNull Long | serverId, |
@NonNull Long | channelId, | ||
@NonNull QChatChannelBlackWhiteType | type, | ||
@NonNull List< String > | accids | ||
) |
serverId | 服务器id |
channelId | 频道id |
type | 黑白名单类型 |
accids | accid列表,一次最多100个 |
在文件 QChatGetExistingChannelBlackWhiteMembersParam.java 第 42 行定义.
List<String> com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteMembersParam.getAccids | ( | ) |
Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteMembersParam.getChannelId | ( | ) |
Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteMembersParam.getServerId | ( | ) |
QChatChannelBlackWhiteType com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteMembersParam.getType | ( | ) |