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

"修改频道分组某人的定制权限"接口入参 更多...

Public 成员函数

 QChatUpdateChannelCategoryMemberRoleParam (long serverId, long categoryId, @NonNull String accid, @NonNull Map< QChatRoleResource, QChatRoleOption > resourceAuths)
 
Long getServerId ()
 获取更新的服务器ID 更多...
 
Long getCategoryId ()
 获取更新的频道分组Id 更多...
 
String getAccid ()
 获取用户accid 更多...
 
Map< QChatRoleResource, QChatRoleOptiongetResourceAuths ()
 更新的权限Map 更多...
 

详细描述

"修改频道分组某人的定制权限"接口入参

在文件 QChatUpdateChannelCategoryMemberRoleParam.java11 行定义.

构造及析构函数说明

◆ QChatUpdateChannelCategoryMemberRoleParam()

com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryMemberRoleParam.QChatUpdateChannelCategoryMemberRoleParam ( long  serverId,
long  categoryId,
@NonNull String  accid,
@NonNull Map< QChatRoleResource, QChatRoleOption resourceAuths 
)
参数
serverId服务器Id
categoryId频道分组Id
accid用户accid
resourceAuths更新的权限Map,最多50个

在文件 QChatUpdateChannelCategoryMemberRoleParam.java41 行定义.

成员函数说明

◆ getAccid()

String com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryMemberRoleParam.getAccid ( )

获取用户accid

在文件 QChatUpdateChannelCategoryMemberRoleParam.java69 行定义.

◆ getCategoryId()

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

获取更新的频道分组Id

在文件 QChatUpdateChannelCategoryMemberRoleParam.java61 行定义.

◆ getResourceAuths()

Map<QChatRoleResource, QChatRoleOption> com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryMemberRoleParam.getResourceAuths ( )

更新的权限Map

在文件 QChatUpdateChannelCategoryMemberRoleParam.java77 行定义.

◆ getServerId()

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

获取更新的服务器ID

在文件 QChatUpdateChannelCategoryMemberRoleParam.java53 行定义.


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