NIMSDK-AOS
9.19.0
|
"修改频道分组某人的定制权限"接口入参 更多...
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, QChatRoleOption > | getResourceAuths () |
更新的权限Map 更多... | |
"修改频道分组某人的定制权限"接口入参
在文件 QChatUpdateChannelCategoryMemberRoleParam.java 第 11 行定义.
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.java 第 41 行定义.
String com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryMemberRoleParam.getAccid | ( | ) |
获取用户accid
在文件 QChatUpdateChannelCategoryMemberRoleParam.java 第 69 行定义.
Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryMemberRoleParam.getCategoryId | ( | ) |
获取更新的频道分组Id
在文件 QChatUpdateChannelCategoryMemberRoleParam.java 第 61 行定义.
Map<QChatRoleResource, QChatRoleOption> com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryMemberRoleParam.getResourceAuths | ( | ) |
更新的权限Map
在文件 QChatUpdateChannelCategoryMemberRoleParam.java 第 77 行定义.
Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryMemberRoleParam.getServerId | ( | ) |
获取更新的服务器ID
在文件 QChatUpdateChannelCategoryMemberRoleParam.java 第 53 行定义.