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

"修改channel身份组"接口入参 更多...

Public 成员函数

 QChatUpdateChannelRoleParam (long serverId, long channelId, long roleId, @NonNull Map< QChatRoleResource, QChatRoleOption > resourceAuths)
 
Long getServerId ()
 获取更新的服务器ID 更多...
 
Long getChannelId ()
 获取更新的频道ID 更多...
 
Long getRoleId ()
 获取更新的身份组ID 更多...
 
Map< QChatRoleResource, QChatRoleOptiongetResourceAuths ()
 更新的权限Map 更多...
 

详细描述

"修改channel身份组"接口入参

在文件 QChatUpdateChannelRoleParam.java13 行定义.

构造及析构函数说明

◆ QChatUpdateChannelRoleParam()

com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelRoleParam.QChatUpdateChannelRoleParam ( long  serverId,
long  channelId,
long  roleId,
@NonNull Map< QChatRoleResource, QChatRoleOption resourceAuths 
)
参数
serverId服务器Id
channelId频道Id
roleId身份组Id
resourceAuths更新的权限Map,最多50个

在文件 QChatUpdateChannelRoleParam.java43 行定义.

成员函数说明

◆ getChannelId()

Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelRoleParam.getChannelId ( )

获取更新的频道ID

在文件 QChatUpdateChannelRoleParam.java63 行定义.

◆ getResourceAuths()

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

更新的权限Map

在文件 QChatUpdateChannelRoleParam.java79 行定义.

◆ getRoleId()

Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelRoleParam.getRoleId ( )

获取更新的身份组ID

在文件 QChatUpdateChannelRoleParam.java71 行定义.

◆ getServerId()

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

获取更新的服务器ID

在文件 QChatUpdateChannelRoleParam.java55 行定义.


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