NIMSDK-AOS  9.15.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteMembersParam类 参考

"批量查询频道分组黑白名单身份组成员"接口入参 更多...

Public 成员函数

 QChatGetExistingChannelCategoryBlackWhiteMembersParam (@NonNull Long serverId, @NonNull Long categoryId, @NonNull QChatChannelBlackWhiteType type, @NonNull List< String > accids)
 
Long getServerId ()
 获取服务器id 更多...
 
Long getCategoryId ()
 获取频道分组id 更多...
 
QChatChannelBlackWhiteType getType ()
 获取黑白名单类型 更多...
 
List< String > getAccids ()
 获取accid列表 更多...
 

详细描述

"批量查询频道分组黑白名单身份组成员"接口入参

在文件 QChatGetExistingChannelCategoryBlackWhiteMembersParam.java10 行定义.

构造及析构函数说明

◆ QChatGetExistingChannelCategoryBlackWhiteMembersParam()

com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteMembersParam.QChatGetExistingChannelCategoryBlackWhiteMembersParam ( @NonNull Long  serverId,
@NonNull Long  categoryId,
@NonNull QChatChannelBlackWhiteType  type,
@NonNull List< String >  accids 
)
参数
serverId服务器id
categoryId频道分组id
type黑白名单类型
accidsaccid列表,一次最多100个

在文件 QChatGetExistingChannelCategoryBlackWhiteMembersParam.java40 行定义.

成员函数说明

◆ getAccids()

List<String> com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteMembersParam.getAccids ( )

获取accid列表

返回

在文件 QChatGetExistingChannelCategoryBlackWhiteMembersParam.java79 行定义.

◆ getCategoryId()

Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteMembersParam.getCategoryId ( )

获取频道分组id

返回

在文件 QChatGetExistingChannelCategoryBlackWhiteMembersParam.java61 行定义.

◆ getServerId()

Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteMembersParam.getServerId ( )

获取服务器id

返回

在文件 QChatGetExistingChannelCategoryBlackWhiteMembersParam.java52 行定义.

◆ getType()

QChatChannelBlackWhiteType com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteMembersParam.getType ( )

获取黑白名单类型

返回

在文件 QChatGetExistingChannelCategoryBlackWhiteMembersParam.java70 行定义.


该类的文档由以下文件生成: